Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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():
|