Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks(title=title) as demo:
|
|
46 |
gr.Markdown("""---""")
|
47 |
|
48 |
with gr.Row():
|
49 |
-
|
50 |
HighBP = gr.Radio(label="Do you have high Blood Pressure?", choices=["No", "Yes"], default="Yes", description="0 = no high BP, 1 = high BP")
|
51 |
with gr.Column():
|
52 |
HighChol = gr.Radio(label="Do you have high Cholesterol?", choices=["No", "Yes"], default="Yes", description="0 = no high cholesterol, 1 = high cholesterol")
|
|
|
46 |
gr.Markdown("""---""")
|
47 |
|
48 |
with gr.Row():
|
49 |
+
with gr.Column():
|
50 |
HighBP = gr.Radio(label="Do you have high Blood Pressure?", choices=["No", "Yes"], default="Yes", description="0 = no high BP, 1 = high BP")
|
51 |
with gr.Column():
|
52 |
HighChol = gr.Radio(label="Do you have high Cholesterol?", choices=["No", "Yes"], default="Yes", description="0 = no high cholesterol, 1 = high cholesterol")
|