Spaces:
Sleeping
Sleeping
Added description
Browse files
app.py
CHANGED
|
@@ -27,6 +27,6 @@ def random_message(message, history):
|
|
| 27 |
chat_answer = random.choice(choices)
|
| 28 |
return chat_answer
|
| 29 |
|
| 30 |
-
chatbot = gr.ChatInterface(random_message, type = "messages", title = "Your Virtual 8 Ball")
|
| 31 |
|
| 32 |
chatbot.launch()
|
|
|
|
| 27 |
chat_answer = random.choice(choices)
|
| 28 |
return chat_answer
|
| 29 |
|
| 30 |
+
chatbot = gr.ChatInterface(random_message, type = "messages", title = "Your Virtual 8 Ball", description: "Ask me any question and I will answer.")
|
| 31 |
|
| 32 |
chatbot.launch()
|