smriti-m commited on
Commit
83b0ac1
·
verified ·
1 Parent(s): 58a3cd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 'Choose one or more')
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]