Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def app():
|
|
93 |
)
|
94 |
st.plotly_chart(fig)
|
95 |
|
96 |
-
|
97 |
# Alternate Image Links Per Condition:
|
98 |
Depression: https://www.pexels.com/photo/woman-sitting-on-grass-field-while-holding-her-head-7127866/
|
99 |
Anxiety: https://www.pexels.com/photo/woman-sitting-on-rock-and-looking-at-the-ocean-7119798/
|
@@ -104,4 +104,6 @@ Cancer: https://www.pexels.com/photo/close-up-of-pink-ribbon-on-cancer-awareness
|
|
104 |
Arthritis: https://www.pexels.com/photo/man-with-back-pain-lying-on-bed-4050323/
|
105 |
Heart disease: https://www.pexels.com/photo/woman-touching-chest-during-chest-pain-7127487/
|
106 |
Obesity: https://www.pexels.com/photo/woman-in-black-pants-lying-on-bed-7127516/
|
107 |
-
""")
|
|
|
|
|
|
93 |
)
|
94 |
st.plotly_chart(fig)
|
95 |
|
96 |
+
st.markdown("""
|
97 |
# Alternate Image Links Per Condition:
|
98 |
Depression: https://www.pexels.com/photo/woman-sitting-on-grass-field-while-holding-her-head-7127866/
|
99 |
Anxiety: https://www.pexels.com/photo/woman-sitting-on-rock-and-looking-at-the-ocean-7119798/
|
|
|
104 |
Arthritis: https://www.pexels.com/photo/man-with-back-pain-lying-on-bed-4050323/
|
105 |
Heart disease: https://www.pexels.com/photo/woman-touching-chest-during-chest-pain-7127487/
|
106 |
Obesity: https://www.pexels.com/photo/woman-in-black-pants-lying-on-bed-7127516/
|
107 |
+
""")
|
108 |
+
|
109 |
+
app()
|