loayshabet commited on
Commit
7620715
·
verified ·
1 Parent(s): 3e74e81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ with demo:
222
  value=[]
223
  )
224
  health_sources = gr.CheckboxGroup(
225
- choices=list(NEWS_SOURCES["Health".keys()),
226
  label="Health Sources",
227
  value=[]
228
  )
 
222
  value=[]
223
  )
224
  health_sources = gr.CheckboxGroup(
225
+ choices=list(NEWS_SOURCES["Health"].keys()),
226
  label="Health Sources",
227
  value=[]
228
  )