Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ inputs = [
|
|
28 |
gr.Checkbox(label="Have you had strokes previously?"),
|
29 |
gr.Checkbox(label="Have you had High BP previously?"),
|
30 |
gr.Checkbox(label="Do you have Diabetes?"),
|
31 |
-
gr.Number(value=float, label="BMI (13 to 40"
|
32 |
|
33 |
]
|
34 |
|
|
|
28 |
gr.Checkbox(label="Have you had strokes previously?"),
|
29 |
gr.Checkbox(label="Have you had High BP previously?"),
|
30 |
gr.Checkbox(label="Do you have Diabetes?"),
|
31 |
+
gr.Number(value=float, label="BMI (13 to 40)", minimum=13, maximum=40),
|
32 |
|
33 |
]
|
34 |
|