Spaces:
Runtime error
Runtime error
Commit
·
c2485f4
1
Parent(s):
25073b6
Update app.py
Browse files
app.py
CHANGED
@@ -995,9 +995,9 @@ with gr.Blocks(title = "NCDB-G2G3 Glioma") as demo:
|
|
995 |
|
996 |
Sex = gr.Dropdown(label = "Sex", choices = ['Male', 'Female'], type = 'index', value = 'Male')
|
997 |
|
998 |
-
Race = gr.Dropdown(label = "
|
999 |
|
1000 |
-
Hispanic_Ethnicity = gr.Dropdown(label = "Hispanic
|
1001 |
|
1002 |
Primary_Payor = gr.Dropdown(label = "Primary Payor", choices = ['Private insurance', 'Medicare', 'Medicaid', 'Other government', 'Not insured', 'Unknown'], type = 'index', value = 'Private insurance')
|
1003 |
|
|
|
995 |
|
996 |
Sex = gr.Dropdown(label = "Sex", choices = ['Male', 'Female'], type = 'index', value = 'Male')
|
997 |
|
998 |
+
Race = gr.Dropdown(label = "Ethnicity", choices = ['White', 'Black', 'Asian Indian or Pakistani', 'Chinese', 'Filipino', 'American Indian, Aleutian, or Eskimo', 'Vietnamese', 'Korean', 'Other or Unknown'], type = 'index', value = 'White')
|
999 |
|
1000 |
+
Hispanic_Ethnicity = gr.Dropdown(label = "Spanish/Hispanic Origin", choices = ['No', 'Yes', 'Unknown'], type = 'index', value = 'No')
|
1001 |
|
1002 |
Primary_Payor = gr.Dropdown(label = "Primary Payor", choices = ['Private insurance', 'Medicare', 'Medicaid', 'Other government', 'Not insured', 'Unknown'], type = 'index', value = 'Private insurance')
|
1003 |
|