Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
616896b
1
Parent(s):
ed0c441
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from sklearn.linear_model import LogisticRegression
|
|
| 10 |
from sklearn import metrics
|
| 11 |
|
| 12 |
with open('styles.css') as f:
|
| 13 |
-
st.markdown(f
|
| 14 |
|
| 15 |
|
| 16 |
### ------------------------------ ###
|
|
|
|
| 10 |
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 |
### ------------------------------ ###
|