Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -128,7 +128,7 @@ gradio.ChatInterface(
|
|
128 |
chatbot = gradio.Chatbot(
|
129 |
show_label=False,
|
130 |
show_copy_button=True,
|
131 |
-
value="Hi there!"
|
132 |
),
|
133 |
retry_btn = None,
|
134 |
undo_btn = None,
|
|
|
128 |
chatbot = gradio.Chatbot(
|
129 |
show_label=False,
|
130 |
show_copy_button=True,
|
131 |
+
value=[None, "Hi there!"]
|
132 |
),
|
133 |
retry_btn = None,
|
134 |
undo_btn = None,
|