Jaffermirza17 commited on
Commit
3b10fb3
·
1 Parent(s): 22cfb99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks(title=title) as demo:
48
  gr.Markdown(description2)
49
  gr.Markdown("""---""")
50
 
51
- with gradio.Row():
52
  age = gr.Number(label="age Score", value=80)
53
  sex = gr.Slider(label="sex Score", minimum=0, maximum=1, value=1, step=1)
54
  cp = gr.Slider(label="cp Score", minimum=1, maximum=5, value=4, step=1)
 
48
  gr.Markdown(description2)
49
  gr.Markdown("""---""")
50
 
51
+ with gr.Row():
52
  age = gr.Number(label="age Score", value=80)
53
  sex = gr.Slider(label="sex Score", minimum=0, maximum=1, value=1, step=1)
54
  cp = gr.Slider(label="cp Score", minimum=1, maximum=5, value=4, step=1)