Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,3 +92,4 @@ def respond(message, history):
|
|
92 |
return response['choices'][0]['message']['content'].strip()
|
93 |
chatbot = gr.ChatInterface(respond, type="messages")
|
94 |
chatbot.launch()
|
|
|
|
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!")])
|