Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -131,7 +131,7 @@ gradio.ChatInterface(
|
|
131 |
chatbot = gradio.Chatbot(
|
132 |
show_label=False,
|
133 |
show_copy_button=True,
|
134 |
-
value=[None, GREETING]
|
135 |
),
|
136 |
retry_btn = None,
|
137 |
undo_btn = None,
|
|
|
131 |
chatbot = gradio.Chatbot(
|
132 |
show_label=False,
|
133 |
show_copy_button=True,
|
134 |
+
value=[[None, GREETING]]
|
135 |
),
|
136 |
retry_btn = None,
|
137 |
undo_btn = None,
|