santuchal commited on
Commit
4015508
1 Parent(s): 5894063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ def demo():
295
  # Chatbot events
296
  msg.submit(conversation, \
297
  inputs=[qa_chain, msg, chatbot], \
298
- outputs=[qa_chain, msg, chatbot, doc_source1, source1_page], \
299
  queue=False)
300
  submit_btn.click(conversation, \
301
  inputs=[qa_chain, msg, chatbot], \
 
295
  # Chatbot events
296
  msg.submit(conversation, \
297
  inputs=[qa_chain, msg, chatbot], \
298
+ outputs=[qa_chain, msg, chatbot], \
299
  queue=False)
300
  submit_btn.click(conversation, \
301
  inputs=[qa_chain, msg, chatbot], \