Beladiaamy commited on
Commit
3df2819
·
verified ·
1 Parent(s): d4661dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks(title=title) as demo:
152
  HighChol = gr.Radio(label="Do you have high cholesterol?", choices=["No", "Yes"])
153
  with gr.Row():
154
  DiffWalk = gr.Radio(label="Do you have serious difficulty walking or climbing stairs?", choices=["No", "Yes"])
155
- BMI = gr.Number(label="BMI", minimum=0, maximum=98)
156
  with gr.Row():
157
  Smoker = gr.Radio(label="Are you a smoker?", choices=["No", "Yes"])
158
  HvyAlcoholConsump = gr.Radio(label="Do you drink often?", choices=["No", "Yes"])
 
152
  HighChol = gr.Radio(label="Do you have high cholesterol?", choices=["No", "Yes"])
153
  with gr.Row():
154
  DiffWalk = gr.Radio(label="Do you have serious difficulty walking or climbing stairs?", choices=["No", "Yes"])
155
+ BMI = gr.Number(label="BMI")
156
  with gr.Row():
157
  Smoker = gr.Radio(label="Are you a smoker?", choices=["No", "Yes"])
158
  HvyAlcoholConsump = gr.Radio(label="Do you drink often?", choices=["No", "Yes"])