Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -263,7 +263,7 @@ elif selected_menu == "Extract Entities":
|
|
263 |
elif selected_menu == "Detected Barriers":
|
264 |
st.subheader('Barriers Detected')
|
265 |
barriers_to_detect = {"Chronic Pain":"Is the patint experiencing chronic pain?",
|
266 |
-
|
267 |
"Prior History":"What is prior medical history?",
|
268 |
"Smoking":"Does he smoke?",
|
269 |
"Drinking":"Does he drink?",
|
|
|
263 |
elif selected_menu == "Detected Barriers":
|
264 |
st.subheader('Barriers Detected')
|
265 |
barriers_to_detect = {"Chronic Pain":"Is the patint experiencing chronic pain?",
|
266 |
+
"Mental Health Issues":"Does he have any mental issues?",
|
267 |
"Prior History":"What is prior medical history?",
|
268 |
"Smoking":"Does he smoke?",
|
269 |
"Drinking":"Does he drink?",
|