Sasidhar commited on
Commit
eb63d9b
·
1 Parent(s): b712baa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 from barriers_to_detect.items():
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: