gutai123 commited on
Commit
d7de296
·
verified ·
1 Parent(s): e21ebdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,10 +1,10 @@
1
  import streamlit as st
2
- from pages.admin_utils import *
3
  from sklearn.svm import SVC
4
  from sklearn.pipeline import make_pipeline
5
  from sklearn.preprocessing import StandardScaler
6
  import joblib
7
- from admin_utils import *
8
 
9
  if 'cleaned_data' not in st.session_state:
10
  st.session_state['cleaned_data'] =''
 
1
  import streamlit as st
2
+ from admin_utils import *
3
  from sklearn.svm import SVC
4
  from sklearn.pipeline import make_pipeline
5
  from sklearn.preprocessing import StandardScaler
6
  import joblib
7
+
8
 
9
  if 'cleaned_data' not in st.session_state:
10
  st.session_state['cleaned_data'] =''