Spaces:
Runtime error
Runtime error
Commit
·
834fb73
1
Parent(s):
e5392f6
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],
|
47 |
|
48 |
demo.launch()
|
|
|
43 |
time.sleep(2)
|
44 |
return bot_message
|
45 |
|
46 |
+
msg.submit(respond,[msg,chatbot],chatbot)
|
47 |
|
48 |
demo.launch()
|