Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,4 +91,5 @@ def respond(message, history):
|
|
91 |
)
|
92 |
return response['choices'][0]['message']['content'].strip()
|
93 |
chatbot = gr.ChatInterface(respond, type="messages")
|
94 |
-
chatbot.launch()
|
|
|
|
91 |
)
|
92 |
return response['choices'][0]['message']['content'].strip()
|
93 |
chatbot = gr.ChatInterface(respond, type="messages")
|
94 |
+
chatbot.launch()
|
95 |
+
chatbot.chatbot.update([(None, "Hey! I’m your Gen-Z watch buddy \nI help you find your next favorite TV show based on what you have liked before, your age, and your favorite genre. Just say what you're into!")])
|