mertkarabacak
commited on
Upload app.py
Browse files
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 |
|