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