kkhushisaid commited on
Commit
3a2b1ce
1 Parent(s): ae04fcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ inputs = [
70
  gr.Dropdown(choices=[1,2,3,4], label='chest pain type'),
71
  gr.Number(label='resting blood pressure(NR=120/80)'),
72
  gr.Number(label='serum cholesterol(NR=<200mg/dl)'),
73
- gr.Radio(choices=[0,1], label='fasting blood sugar(NR=70-100mg/dl)'),
74
  gr.Radio(choices=[0,1,2], label='resting electrocardiographic'),
75
  gr.Number(label='maximum heart rate'),
76
  gr.Radio(choices=[0,1], label='exercise induced angina'),
 
70
  gr.Dropdown(choices=[1,2,3,4], label='chest pain type'),
71
  gr.Number(label='resting blood pressure(NR=120/80)'),
72
  gr.Number(label='serum cholesterol(NR=<200mg/dl)'),
73
+ gr.Radio(choices=[0,1], label='fasting blood sugar'),
74
  gr.Radio(choices=[0,1,2], label='resting electrocardiographic'),
75
  gr.Number(label='maximum heart rate'),
76
  gr.Radio(choices=[0,1], label='exercise induced angina'),