Spaces:
Sleeping
Sleeping
Updated the responses
Browse files
app.py
CHANGED
|
@@ -18,6 +18,6 @@ def random_response(message, history):
|
|
| 18 |
#response_options = ["yes", "no", "I need more cosmic energy to answer.", "Very doubtful.", "Signs point to yes."]
|
| 19 |
return random.choice[0].message.content.strip()
|
| 20 |
|
| 21 |
-
chatbot = gr.ChatInterface(
|
| 22 |
|
| 23 |
chatbot.launch()
|
|
|
|
| 18 |
#response_options = ["yes", "no", "I need more cosmic energy to answer.", "Very doubtful.", "Signs point to yes."]
|
| 19 |
return random.choice[0].message.content.strip()
|
| 20 |
|
| 21 |
+
chatbot = gr.ChatInterface(random_response, title="Chatbot")
|
| 22 |
|
| 23 |
chatbot.launch()
|