Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -68,4 +68,4 @@ if __name__ == "__main__":
|
|
68 |
|
69 |
submit_button.click(chat_interface, [user_input, chatbot], [user_input, chatbot])
|
70 |
|
71 |
-
demo.launch(
|
|
|
68 |
|
69 |
submit_button.click(chat_interface, [user_input, chatbot], [user_input, chatbot])
|
70 |
|
71 |
+
demo.launch()
|