Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -191,7 +191,7 @@ gradio.ChatInterface(
|
|
191 |
reply,
|
192 |
examples=EXAMPLE_QUERIES,
|
193 |
chatbot=gradio.Chatbot(
|
194 |
-
show_label=False, show_copy_button=True, value=[[
|
195 |
),
|
196 |
retry_btn=None,
|
197 |
undo_btn=None,
|
|
|
191 |
reply,
|
192 |
examples=EXAMPLE_QUERIES,
|
193 |
chatbot=gradio.Chatbot(
|
194 |
+
show_label=False, show_copy_button=True, value=[[None, GREETING]]
|
195 |
),
|
196 |
retry_btn=None,
|
197 |
undo_btn=None,
|