Update app.py
Browse files
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([[
|
| 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()
|