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