Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,5 +19,5 @@ print("Hello,world!")
|
|
| 19 |
|
| 20 |
chatbot = gr.ChatInterface(respond, type = "messages", title = "Answer Machine") #chatbot UI - conversation history and user input
|
| 21 |
|
| 22 |
-
chatbot.launch()
|
| 23 |
|
|
|
|
| 19 |
|
| 20 |
chatbot = gr.ChatInterface(respond, type = "messages", title = "Answer Machine") #chatbot UI - conversation history and user input
|
| 21 |
|
| 22 |
+
chatbot.launch()
|
| 23 |
|