JiaminChen9889 commited on
Commit
22e3347
·
1 Parent(s): 2868d14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ with gr.Blocks(title=title) as demo:
65
  thalachh = gr.Number(label="thalachh Score", value=100, step=1)
66
  exng = gr.Dropdown(label="exng Score", choices = ["0", "1"], type = "index", value = "1")
67
  oldpeak = gr.Slider(label="oldpeak Score", minimum=0, maximum=10, value=4, step=.1)
68
- slp = gr.Slider(label="slp Score", choices = ["0", "1","2"], type = "index", value = "1")
69
- caa = gr.Slider(label="caa Score", choices = ["0", "1","2","3","4"], type = "index", value = "1")
70
 
71
 
72
  submit_btn = gr.Button("Analyze")
 
65
  thalachh = gr.Number(label="thalachh Score", value=100, step=1)
66
  exng = gr.Dropdown(label="exng Score", choices = ["0", "1"], type = "index", value = "1")
67
  oldpeak = gr.Slider(label="oldpeak Score", minimum=0, maximum=10, value=4, step=.1)
68
+ slp = gr.Dropdown(label="slp Score", choices = ["0", "1","2"], type = "index", value = "1")
69
+ caa = gr.Dropdown(label="caa Score", choices = ["0", "1","2","3","4"], type = "index", value = "1")
70
 
71
 
72
  submit_btn = gr.Button("Analyze")