Isabel Gwara commited on
Commit
ed0c441
·
1 Parent(s): 74f05a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -9,6 +9,9 @@ from sklearn.model_selection import train_test_split
9
  from sklearn.linear_model import LogisticRegression
10
  from sklearn import metrics
11
 
 
 
 
12
 
13
  ### ------------------------------ ###
14
  ### data transformation ###
 
9
  from sklearn.linear_model import LogisticRegression
10
  from sklearn import metrics
11
 
12
+ with open('styles.css') as f:
13
+ st.markdown(f.<style>{f.read()}, unsafe_allow_html=True)
14
+
15
 
16
  ### ------------------------------ ###
17
  ### data transformation ###