Ci-Dave commited on
Commit
40b5a6f
·
1 Parent(s): 94249b2

removed sklearn as import

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import joblib
7
  import matplotlib.pyplot as plt
8
  import seaborn as sns
9
  import os
10
- import sklearn as sns
11
 
12
  print(os.getcwd())
13
 
 
7
  import matplotlib.pyplot as plt
8
  import seaborn as sns
9
  import os
10
+
11
 
12
  print(os.getcwd())
13