Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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!")])
|