aditijuluri commited on
Commit
05f24e5
·
verified ·
1 Parent(s): 29f2a42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,6 +99,6 @@ with gr.Blocks() as chatbot:
99
  show_label=False,
100
  show_share_button = False,
101
  show_download_button = False)
102
- chatbot = gr.ChatInterface(respond, type="messages")
103
  chatbot.launch()
104
  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!")])
 
99
  show_label=False,
100
  show_share_button = False,
101
  show_download_button = False)
102
+ gr.ChatInterface(respond, type="messages")
103
  chatbot.launch()
104
  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!")])