Spaces:
Running
on
Zero
Running
on
Zero
macadeliccc
commited on
Commit
•
ea66e79
1
Parent(s):
46707cf
test
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
64 |
chat_history = State([]) # Session state for chat history
|
65 |
|
66 |
message.submit(user, [message, chatbot], [message, chatbot], queue=False).then(
|
67 |
-
|
68 |
)
|
69 |
clear.click(lambda: None, None, chatbot, queue=False)
|
70 |
app.launch()
|
|
|
64 |
chat_history = State([]) # Session state for chat history
|
65 |
|
66 |
message.submit(user, [message, chatbot], [message, chatbot], queue=False).then(
|
67 |
+
bot, chatbot, chatbot
|
68 |
)
|
69 |
clear.click(lambda: None, None, chatbot, queue=False)
|
70 |
app.launch()
|