Yuvalamitay commited on
Commit
4d811d0
·
verified ·
1 Parent(s): c84dc6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()