Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def respond(message, history, platform):
|
|
92 |
return response['choices'][0]['message']['content'].strip()
|
93 |
|
94 |
chatbot = gr.ChatInterface(respond, type="messages")
|
95 |
-
streaming_platforms = gr.CheckboxGroup(['Paramount+', 'HBO Max','Netflix', 'Prime Video', 'Hulu','Disney+'], label ='Only include from: ', info
|
96 |
chatbot = gr.ChatInterface(
|
97 |
fn = respond,
|
98 |
additional_inputs = [streaming_platforms]
|
|
|
92 |
return response['choices'][0]['message']['content'].strip()
|
93 |
|
94 |
chatbot = gr.ChatInterface(respond, type="messages")
|
95 |
+
streaming_platforms = gr.CheckboxGroup(['Paramount+', 'HBO Max','Netflix', 'Prime Video', 'Hulu','Disney+'], label ='Only include from: ', info= 'Choose one or more')
|
96 |
chatbot = gr.ChatInterface(
|
97 |
fn = respond,
|
98 |
additional_inputs = [streaming_platforms]
|