Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -269,7 +269,7 @@ elif selected_menu == "Detected Barriers":
|
|
269 |
"Drinking":"Does he drink?",
|
270 |
"Comorbidities":"Does he have any comorbidities?"}
|
271 |
|
272 |
-
for barrier,question_text
|
273 |
|
274 |
context = get_text_from_ocr_engine()
|
275 |
if question_text:
|
|
|
269 |
"Drinking":"Does he drink?",
|
270 |
"Comorbidities":"Does he have any comorbidities?"}
|
271 |
|
272 |
+
for barrier,question_text in barriers_to_detect.items():
|
273 |
|
274 |
context = get_text_from_ocr_engine()
|
275 |
if question_text:
|