Yuvalamitay commited on
Commit
8afc742
·
verified ·
1 Parent(s): 38ca702

Update app.py

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