adeledududu commited on
Commit
180149e
·
1 Parent(s): 0f3b1f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -49,13 +49,13 @@ with gr.Blocks(title=title) as demo:
49
  gr.Markdown("""---""")
50
 
51
  with gr.Row():
 
 
 
52
  with gr.Column():
53
  age = gr.Number(label="What's your age?")
54
  sex = gr.Dropdown(label="What's your sex?", choices = ["Female", "Male"],type="index")
55
  cp = gr.inputs.Dropdown(["typical", "atypical", "other", "asymptomatic"], label="Chest pain type")
56
-
57
- with gr.Column():
58
- gr.Markdown("""![Heart Attack!](file/heartattack.jpeg)""")
59
 
60
  with gr.Column():
61
  trtbps = gr.inputs.Slider(50, 180, default=80, label="Resting blood pressure")
 
49
  gr.Markdown("""---""")
50
 
51
  with gr.Row():
52
+ with gr.Column():
53
+ gr.Markdown("""![Heart Attack!](file/heartattack.jpeg)""")
54
+
55
  with gr.Column():
56
  age = gr.Number(label="What's your age?")
57
  sex = gr.Dropdown(label="What's your sex?", choices = ["Female", "Male"],type="index")
58
  cp = gr.inputs.Dropdown(["typical", "atypical", "other", "asymptomatic"], label="Chest pain type")
 
 
 
59
 
60
  with gr.Column():
61
  trtbps = gr.inputs.Slider(50, 180, default=80, label="Resting blood pressure")