Spaces:
Runtime error
Runtime error
Commit
·
ff5f924
1
Parent(s):
9f79b2c
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,6 @@ with gr.Blocks() as demo:
|
|
43 |
time.sleep(2)
|
44 |
return bot_message
|
45 |
|
46 |
-
msg.submit(respond,[msg,chatbot],msg)
|
47 |
|
48 |
demo.launch()
|
|
|
43 |
time.sleep(2)
|
44 |
return bot_message
|
45 |
|
46 |
+
msg.submit(respond,[msg,chatbot],[msg,chatbot])
|
47 |
|
48 |
demo.launch()
|