GreenRaptor commited on
Commit
d73ac52
·
1 Parent(s): 7dde4c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
46
  # ],
47
  # live=True)
48
 
49
- msg.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(
 
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(