mertkarabacak commited on
Commit
410623f
·
verified ·
1 Parent(s): 260ed5c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -280,7 +280,7 @@ with gr.Blocks(title = "NSQIP-ACC") as demo:
280
 
281
  Sex = gr.Dropdown(label = "Sex", choices = ['Male', 'Female'], type = 'index', value = 'Male')
282
 
283
- Race = gr.Dropdown(label = "Race", choices = ['White', 'Black', 'Asian', 'Other/Unknown'], type = 'index', value = 'White']
284
 
285
  Hispanic_Ethnicity = gr.Dropdown(label = "Hispanic Ethnicity", choices = ['No', 'Yes', 'Unknown'], type = 'index', value = 'No']
286
 
 
280
 
281
  Sex = gr.Dropdown(label = "Sex", choices = ['Male', 'Female'], type = 'index', value = 'Male')
282
 
283
+ Race = gr.Dropdown(label = "Race", choices = ['White', 'Black', 'Asian', 'Other/Unknown'], type = 'index', value = 'White')
284
 
285
  Hispanic_Ethnicity = gr.Dropdown(label = "Hispanic Ethnicity", choices = ['No', 'Yes', 'Unknown'], type = 'index', value = 'No']
286