devssaturdays commited on
Commit
9a1881b
1 Parent(s): 408dec5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from numpy import dtype
2
  import streamlit as st
3
  import pandas as pd
4
- from scikit-learn.preprocessing import StandardScaler
5
  import numpy as np
6
  import joblib as jl
7
 
1
  from numpy import dtype
2
  import streamlit as st
3
  import pandas as pd
4
+ from sklearn.preprocessing import StandardScaler
5
  import numpy as np
6
  import joblib as jl
7