Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
cceaf74
1
Parent(s):
c69abe8
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,9 @@ from sklearn import metrics
|
|
| 11 |
|
| 12 |
with open('styles.css') as f:
|
| 13 |
st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
### ------------------------------ ###
|
|
|
|
| 11 |
|
| 12 |
with open('styles.css') as f:
|
| 13 |
st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
|
| 14 |
+
|
| 15 |
+
with open('info.md' as f:
|
| 16 |
+
st.markdown(f.read())
|
| 17 |
|
| 18 |
|
| 19 |
### ------------------------------ ###
|