Isabel Gwara commited on
Commit
1b929ef
·
1 Parent(s): 4e90df3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ with open('styles.css') as f:
19
  st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
20
 
21
  st.title('Mental Health App')
22
- st.text('Feeling like you might need a better coping strategy? Take the quiz to get a personalized recommendation using AI.')
23
 
24
 
25
  ### ------------------------------ ###
 
19
  st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
20
 
21
  st.title('Mental Health App')
22
+ st.caption('Feeling like you might need a better coping strategy? Take the quiz to get a personalized recommendation using AI.')
23
 
24
 
25
  ### ------------------------------ ###