Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,6 +122,6 @@ with gr.Blocks(theme=chat_theme) as chatbot:
|
|
| 122 |
type="messages"
|
| 123 |
)
|
| 124 |
|
| 125 |
-
streaming_platforms = gr.CheckboxGroup(['Paramount+', 'HBO Max','Netflix', 'Prime Video', 'Hulu','Disney+'], label ='Only include from: ', info= 'Choose one or more')
|
| 126 |
|
| 127 |
chatbot.launch()
|
|
|
|
| 122 |
type="messages"
|
| 123 |
)
|
| 124 |
|
| 125 |
+
streaming_platforms = gr.CheckboxGroup(['Paramount+', 'HBO Max','Netflix', 'Prime Video', 'Hulu','Disney+'], label ='Only include from: ', info= 'Choose one or more')
|
| 126 |
|
| 127 |
chatbot.launch()
|