Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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'),
|