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([[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,
|
93 |
|
94 |
demo.launch()
|
|
|
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()
|