aditijuluri commited on
Commit
0200734
·
verified ·
1 Parent(s): 731387e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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!")])