Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,12 +116,11 @@ with gr.Blocks(theme=chat_theme) as chatbot:
|
|
116 |
show_share_button = False,
|
117 |
show_download_button = False)
|
118 |
with gr.Row():
|
|
|
119 |
gr.ChatInterface(
|
120 |
fn = respond,
|
121 |
additional_inputs = [streaming_platforms],
|
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()
|
|
|
116 |
show_share_button = False,
|
117 |
show_download_button = False)
|
118 |
with gr.Row():
|
119 |
+
streaming_platforms = gr.CheckboxGroup(['Paramount+', 'HBO Max','Netflix', 'Prime Video', 'Hulu','Disney+'], label ='Only include from: ', info= 'Choose one or more')
|
120 |
gr.ChatInterface(
|
121 |
fn = respond,
|
122 |
additional_inputs = [streaming_platforms],
|
123 |
type="messages"
|
124 |
)
|
|
|
|
|
125 |
|
126 |
chatbot.launch()
|