Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -299,7 +299,7 @@ def demo():
|
|
299 |
queue=False)
|
300 |
submit_btn.click(conversation, \
|
301 |
inputs=[qa_chain, msg, chatbot], \
|
302 |
-
outputs=[qa_chain, msg, chatbot
|
303 |
queue=False)
|
304 |
clear_btn.click(lambda:[None,"",0,"",0], \
|
305 |
inputs=None, \
|
|
|
299 |
queue=False)
|
300 |
submit_btn.click(conversation, \
|
301 |
inputs=[qa_chain, msg, chatbot], \
|
302 |
+
outputs=[qa_chain, msg, chatbot], \
|
303 |
queue=False)
|
304 |
clear_btn.click(lambda:[None,"",0,"",0], \
|
305 |
inputs=None, \
|