Update app.py
Browse files
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()
|