Jaffermirza17 commited on
Commit
08d2950
·
1 Parent(s): a97923d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks(title=title) as demo:
55
  chol = gr.Slider(label="Cholesterol", info="What is your Cholesterol level?", minimum=1, maximum=570, value=4, step=1)
56
  fbs = gr.Radio([1, 2, 3, 4, 5], label="Blood Sugar", info="Do you have high blood sugar? [1: Low, 5: Very High]")
57
 
58
- restecg = gr.Slider(label="restecg Score", minimum=1, maximum=5, value=4, step=1)
59
  thalachh = gr.Slider(label="thalachh Score", minimum=1, maximum=205, value=4, step=1)
60
 
61
  exng = gr.Slider(label="exng Score", minimum=1, maximum=5, value=4, step=1)
 
55
  chol = gr.Slider(label="Cholesterol", info="What is your Cholesterol level?", minimum=1, maximum=570, value=4, step=1)
56
  fbs = gr.Radio([1, 2, 3, 4, 5], label="Blood Sugar", info="Do you have high blood sugar? [1: Low, 5: Very High]")
57
 
58
+ restecg = gr.Slider(label="EKG Score", info="Rate your EKG score, 1 being low, 5 being high", minimum=1, maximum=5, value=4, step=1)
59
  thalachh = gr.Slider(label="thalachh Score", minimum=1, maximum=205, value=4, step=1)
60
 
61
  exng = gr.Slider(label="exng Score", minimum=1, maximum=5, value=4, step=1)