Isabel Gwara commited on
Commit
538a20c
·
1 Parent(s): f25e2c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ from sklearn import metrics
17
  with open('styles.css') as f:
18
  st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
19
 
20
- st.markdown('###Mental Health App')
21
- st.markdown('##A machine learning app by Isabel')
22
 
23
 
24
  ### ------------------------------ ###
 
17
  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.header('A machine learning app by Isabel')
22
 
23
 
24
  ### ------------------------------ ###