Azhs commited on
Commit
d3a7d68
·
verified ·
1 Parent(s): bc56359

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
292
  # inputs=text_input,
293
  # outputs=chat
294
  #)
295
- text_input.submit(respond, [text_input, chatbot], [text_input, chatbot])
296
 
297
  demo.launch(share=False)
298
 
 
292
  # inputs=text_input,
293
  # outputs=chat
294
  #)
295
+ text_input.submit(respond, [text_input, chat], [text_input, chat])
296
 
297
  demo.launch(share=False)
298