Beladiaamy commited on
Commit
91d6bc4
·
verified ·
1 Parent(s): 73c527b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks(title=title) as demo:
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")
 
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")