Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ with gr.Blocks(title=title) as demo:
|
|
53 |
with gr.Row():
|
54 |
with gr.Column():
|
55 |
CholCheck = gr.Radio(label="Did you have a Cholesterol check in past 5 years?", choices=["No", "Yes"], default="Yes", description="No = not checked in 5 years, Yes = checked in 5 years")
|
56 |
-
with gr.Column()
|
57 |
BMI = gr.Number(label="BMI", minimum=0, maximum=98, default=1)
|
58 |
with gr.Row():
|
59 |
with gr.Column():
|
|
|
53 |
with gr.Row():
|
54 |
with gr.Column():
|
55 |
CholCheck = gr.Radio(label="Did you have a Cholesterol check in past 5 years?", choices=["No", "Yes"], default="Yes", description="No = not checked in 5 years, Yes = checked in 5 years")
|
56 |
+
with gr.Column():
|
57 |
BMI = gr.Number(label="BMI", minimum=0, maximum=98, default=1)
|
58 |
with gr.Row():
|
59 |
with gr.Column():
|