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