mertkarabacak commited on
Commit
efcc3f9
·
verified ·
1 Parent(s): 21a8e1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -266,9 +266,9 @@ with gr.Blocks(title = "NCDB-Chordoma") as demo:
266
 
267
  Distant_Metastasis = gr.Dropdown(label = 'Distant Metastasis', choices = ['No distant metastasis', 'Distant metastasis',], type = 'index', value = 'No distant metastasis')
268
 
269
- Surgery = gr.Dropdown(label = "Surgery", choices = ['No', 'Yes'], type = 'index')
270
 
271
- Surgical_Margins = gr.Dropdown(label = "Surgical Margins", choices = ['No residual tumor', 'Residual tumor', 'No surgery was performed'], type = 'index')
272
 
273
  Radiotherapy = gr.Dropdown(label = "Radiotherapy", choices = ['No', 'Yes'], type = 'index', value = 'Yes')
274
 
 
266
 
267
  Distant_Metastasis = gr.Dropdown(label = 'Distant Metastasis', choices = ['No distant metastasis', 'Distant metastasis',], type = 'index', value = 'No distant metastasis')
268
 
269
+ Surgery = gr.Dropdown(label = "Surgery", choices = ['No', 'Yes'], type = 'index', value = 'Yes')
270
 
271
+ Surgical_Margins = gr.Dropdown(label = "Surgical Margins", choices = ['No residual tumor', 'Residual tumor', 'No surgery was performed'], type = 'index', value = 'No residual tumor')
272
 
273
  Radiotherapy = gr.Dropdown(label = "Radiotherapy", choices = ['No', 'Yes'], type = 'index', value = 'Yes')
274