Isabel Gwara commited on
Commit
68a1154
·
1 Parent(s): 2515911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.text('Feeling like you might need a better coping strategy? Take the quiz to get a personalized recommendation using AI.')
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
  ### ------------------------------ ###