gregorlied commited on
Commit
507c2f0
Β·
verified Β·
1 Parent(s): 76780a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -1
app.py CHANGED
@@ -134,7 +134,23 @@ with gr.Blocks() as demo:
134
  gr.CheckboxGroup(
135
  label="Countries",
136
  info="Where are they from?",
137
- choices=["USA", "Japan", "Pakistan"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
138
  )
139
 
140
  with gr.Row():
 
134
  gr.CheckboxGroup(
135
  label="Countries",
136
  info="Where are they from?",
137
+ choices=[
138
+ "Life Style",
139
+ "Family History",
140
+ "Social History",
141
+ "Medical Surgical History",
142
+ "Signs and Symptoms",
143
+ "Comorbidities",
144
+ "Diagnostic Techniques and Procedures",
145
+ "Diagnosis",
146
+ "Laboratory Values",
147
+ "Pathology",
148
+ "Pharmacological Therapy",
149
+ "Interventional Therapy",
150
+ "Patient Outcome Assessment",
151
+ "Age",
152
+ "Gender",
153
+ ]
154
  )
155
 
156
  with gr.Row():