Spaces:
Sleeping
Sleeping
Commit ·
4d5276a
1
Parent(s): 9036e85
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,4 +40,4 @@ def chat_bot_response(user_input, identifier=None):
|
|
| 40 |
demo = gr.ChatInterface(chat_bot_response, examples=["1234", "5678", "9012"])
|
| 41 |
|
| 42 |
if __name__ == "__main__":
|
| 43 |
-
demo.launch()
|
|
|
|
| 40 |
demo = gr.ChatInterface(chat_bot_response, examples=["1234", "5678", "9012"])
|
| 41 |
|
| 42 |
if __name__ == "__main__":
|
| 43 |
+
demo.launch()
|