Antoine245 commited on
Commit
412c024
·
1 Parent(s): d679045

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,6 +46,6 @@ with gr.Blocks() as demo:
46
  time.sleep(2)
47
  return messages
48
 
49
- msg.submit(respond,chatbot,chatbot)
50
 
51
  demo.launch()
 
46
  time.sleep(2)
47
  return messages
48
 
49
+ msg.submit(respond, [msg, chatbot])
50
 
51
  demo.launch()