Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ if high_bp_input == "Yes":
|
|
144 |
|
145 |
# Columns
|
146 |
preds = [
|
147 |
-
"Age", "Sex", "HighChol", "CholCheck", "BMI", "Smoker", "HeartDiseaseorAttack", "PhysActivity", "Fruits", "Veggies", "HvyAlcoholConsump", "GenHlth", "
|
148 |
]
|
149 |
|
150 |
# If button is pressed
|
|
|
144 |
|
145 |
# Columns
|
146 |
preds = [
|
147 |
+
"Age", "Sex", "HighChol", "CholCheck", "BMI", "Smoker", "HeartDiseaseorAttack", "PhysActivity", "Fruits", "Veggies", "HvyAlcoholConsump", "GenHlth", "MentHlth", "PhysHlth", "DiffWalk", "Stroke", "HighBP"
|
148 |
]
|
149 |
|
150 |
# If button is pressed
|