Beladiaamy commited on
Commit
9a508ac
·
verified ·
1 Parent(s): af38814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -191,7 +191,8 @@ with gr.Blocks(title=title) as demo:
191
  )
192
 
193
  gr.Markdown("### Click on any of the examples below to see how it works:")
194
- gr.Examples([[0,0,1,0,22,0,0,0,1,1,1,0,0,1,3,25,23,1,1,21,5,3], [1,1,1,1,30,1,1,1,0,0,0,1,1,0,2,20,23,0,0,21,3,2]],
 
195
  [HighBP, HighChol, CholCheck, BMI, Smoker, Stroke, HeartDiseaseorAttack, PhysActivity, Fruits, Veggies, HvyAlcoholConsump,
196
  AnyHealthcare, NoDocbcCost, GenHlth, MentHlth, PhysHlth, DiffWalk, Sex, Age, Education, Income],
197
  [label,local_plot], main_func, cache_examples=True)
 
191
  )
192
 
193
  gr.Markdown("### Click on any of the examples below to see how it works:")
194
+ gr.Examples([["No", "No", "Yes", 22, "No", "No", "No", "Yes", "Yes", "Yes", "No", "No", "Yes", 3, 25, 23, "No", "Female", 22, "Grade 12 or GED", "$25,000 - $49,999"],
195
+ ["Yes", "Yes", "Yes", 30, "Yes", "Yes", "Yes", "No", "No", "No", "Yes", "Yes", "No", 2, 20, 23, "No", "No", 21, "College 4+ years", "$75,000 or more"]],
196
  [HighBP, HighChol, CholCheck, BMI, Smoker, Stroke, HeartDiseaseorAttack, PhysActivity, Fruits, Veggies, HvyAlcoholConsump,
197
  AnyHealthcare, NoDocbcCost, GenHlth, MentHlth, PhysHlth, DiffWalk, Sex, Age, Education, Income],
198
  [label,local_plot], main_func, cache_examples=True)