criticalDanger commited on
Commit
6c67b47
·
verified ·
1 Parent(s): 87616ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"), minimum=13, maximum=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