bupa1018 commited on
Commit
97abd69
·
1 Parent(s): 44653ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def main():
87
  examples_per_page=3,
88
  )
89
 
90
- submit_btn.click(add_text_to_chatbot, [chatbot, user_txt], [chatbot, user_txt]).then(bot_kadi, [chatbot][chatbot])
91
  clear_btn.click(lambda: ([], ""), None, [chatbot, user_txt])
92
 
93
  demo.launch()
 
87
  examples_per_page=3,
88
  )
89
 
90
+ submit_btn.click(add_text_to_chatbot, [chatbot, user_txt], [chatbot, user_txt]).then(bot_kadi, [chatbot],[chatbot])
91
  clear_btn.click(lambda: ([], ""), None, [chatbot, user_txt])
92
 
93
  demo.launch()