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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ elif selected_menu == "Detected Barriers":
267
  "Prior History":"What is prior medical history?",
268
  "Smoking":"Does he smoke?",
269
  "Drinking":"Does he drink?",
270
- "Comorbidities":"Does he have any comorbidities?"]
271
 
272
  for barrier,question_text from barriers_to_detect.items():
273
 
 
267
  "Prior History":"What is prior medical history?",
268
  "Smoking":"Does he smoke?",
269
  "Drinking":"Does he drink?",
270
+ "Comorbidities":"Does he have any comorbidities?"}
271
 
272
  for barrier,question_text from barriers_to_detect.items():
273