Spaces:
Sleeping
Sleeping
Add title
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def magic_ball(message, history):
|
|
| 13 |
|
| 14 |
print("Hello, World")
|
| 15 |
|
| 16 |
-
chatbot = gr.ChatInterface(magic_ball, type='messages')
|
| 17 |
#defining my chatbot so user can interact, see their conversation and send new messages
|
| 18 |
|
| 19 |
chatbot.launch()
|
|
|
|
| 13 |
|
| 14 |
print("Hello, World")
|
| 15 |
|
| 16 |
+
chatbot = gr.ChatInterface(magic_ball, type='messages', title: 'Chatbot')
|
| 17 |
#defining my chatbot so user can interact, see their conversation and send new messages
|
| 18 |
|
| 19 |
chatbot.launch()
|