Spaces:
Runtime error
Runtime error
Isabel Gwara commited on
Commit ·
68a1154
1
Parent(s): 2515911
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ with open('styles.css') as f:
|
|
| 18 |
st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
|
| 19 |
|
| 20 |
st.title('Mental Health App')
|
| 21 |
-
st.
|
| 22 |
|
| 23 |
|
| 24 |
### ------------------------------ ###
|
|
|
|
| 18 |
st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
|
| 19 |
|
| 20 |
st.title('Mental Health App')
|
| 21 |
+
st.subheader('Feeling like you might need a better coping strategy? Take the quiz to get a personalized recommendation using AI.')
|
| 22 |
|
| 23 |
|
| 24 |
### ------------------------------ ###
|