Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def respond(message,history):
|
|
| 28 |
#always need two inputs
|
| 29 |
#return message
|
| 30 |
|
| 31 |
-
print("Hello, World")
|
| 32 |
|
| 33 |
chatbot = gr.ChatInterface(respond, type='messages')
|
| 34 |
#defining my chatbot so user can interact, see their conversation and send new messages
|
|
|
|
| 28 |
#always need two inputs
|
| 29 |
#return message
|
| 30 |
|
| 31 |
+
#print("Hello, World")
|
| 32 |
|
| 33 |
chatbot = gr.ChatInterface(respond, type='messages')
|
| 34 |
#defining my chatbot so user can interact, see their conversation and send new messages
|