Spaces:
Sleeping
Sleeping
updated the little title
Browse files
app.py
CHANGED
|
@@ -6,6 +6,6 @@ def random_message(message, history):
|
|
| 6 |
random_choice = random.choice(choices)
|
| 7 |
return random_choice
|
| 8 |
|
| 9 |
-
chatbot = gr.ChatInterface(random_message, type = "messages", description = "<strong><center>
|
| 10 |
|
| 11 |
chatbot.launch()
|
|
|
|
| 6 |
random_choice = random.choice(choices)
|
| 7 |
return random_choice
|
| 8 |
|
| 9 |
+
chatbot = gr.ChatInterface(random_message, type = "messages", description = "<strong><center>Don't talk to me please.</strong><br>go away.", title = "I'm not a chatbot")
|
| 10 |
|
| 11 |
chatbot.launch()
|