Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
538a20c
1
Parent(s):
f25e2c1
Update app.py
Browse files
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.
|
21 |
-
st.
|
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 |
### ------------------------------ ###
|