Spaces:
Runtime error
Runtime error
Commit
·
d73ac52
1
Parent(s):
7dde4c4
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
|
|
46 |
# ],
|
47 |
# live=True)
|
48 |
|
49 |
-
|
50 |
bot, chatbot, chatbot
|
51 |
)
|
52 |
submit.click(user, [msg, chatbot], [msg, chatbot], queue=False).then(
|
|
|
46 |
# ],
|
47 |
# live=True)
|
48 |
|
49 |
+
txt.submit(user, [msg, chatbot], [msg, chatbot], queue=False).then(
|
50 |
bot, chatbot, chatbot
|
51 |
)
|
52 |
submit.click(user, [msg, chatbot], [msg, chatbot], queue=False).then(
|