Update app.py
Browse files
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"
|
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"])
|