avc3px commited on
Commit
fa1c3ee
·
verified ·
1 Parent(s): a8d9d11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,6 +89,6 @@ with gr.Blocks(title=title) as demo:
89
  )
90
 
91
  gr.Markdown("### Click on any of the examples below to see how it works:")
92
- gr.Examples([[24,0,4,4,5,5,4,4,5,5,1,2,3], [24,0,4,4,5,3,3,2,1,1,1,2,3]], [HighBP, HighChol, CholCheck, BMI, Smoker, Stroke, HeartDiseaseorAttack, PhysActivity, Fruits, Veggies, HvyAlcoholConsump, AnyHealthcare, NoDocbcCost, GenHlth, MentHlth, PhysHlth, DiffWalk, Sex, Age, Education, Income], [label,local_plot], main_func, cache_examples=True)
93
 
94
  demo.launch()
 
89
  )
90
 
91
  gr.Markdown("### Click on any of the examples below to see how it works:")
92
+ gr.Examples([[0,0,1,23,0,0,0,1,1,1,0,1,0,0,1,2,4,0,0,9,6,8], [1,1,1,32,1,1,1,0,0,0,1,0,1,5,15,20,1,1,7,4,5]], [HighBP, HighChol, CholCheck, BMI, Smoker, Stroke, HeartDiseaseorAttack, PhysActivity, Fruits, Veggies, HvyAlcoholConsump, AnyHealthcare, NoDocbcCost, GenHlth, MentHlth, PhysHlth, DiffWalk, Sex, Age, Education, Income], [label,local_plot], main_func, cache_examples=True)
93
 
94
  demo.launch()