buio commited on
Commit
328be1e
·
1 Parent(s): b07e74a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(minimum=0, maximum=3, label ='number of major vessels (0-3) colored by flourosopy',value=0),
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