Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ inputs = [
|
|
48 |
gr.Radio(choices=['no','yes',], type='index', label='exercise induced angina',value='no'),
|
49 |
gr.Number(label='ST depression induced by exercise relative to rest', value=2.3),
|
50 |
gr.Radio(choices=['psloping','flat','downsloping'], label='slope of the peak exercise ST segment', type='index', value='downsloping'),
|
51 |
-
gr.Number(
|
52 |
gr.Radio(['normal','fixed','reversable'],label ='thal', value='fixed')
|
53 |
]
|
54 |
|
|
|
48 |
gr.Radio(choices=['no','yes',], type='index', label='exercise induced angina',value='no'),
|
49 |
gr.Number(label='ST depression induced by exercise relative to rest', value=2.3),
|
50 |
gr.Radio(choices=['psloping','flat','downsloping'], label='slope of the peak exercise ST segment', type='index', value='downsloping'),
|
51 |
+
gr.Number(label ='number of major vessels (0-3) colored by flourosopy',value=0),
|
52 |
gr.Radio(['normal','fixed','reversable'],label ='thal', value='fixed')
|
53 |
]
|
54 |
|