Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
e4312be
1
Parent(s):
cceaf74
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from sklearn import metrics
|
|
| 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 |
|
|
|
|
| 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 |
|