removed sklearn as import
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import joblib
|
|
7 |
import matplotlib.pyplot as plt
|
8 |
import seaborn as sns
|
9 |
import os
|
10 |
-
|
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 |
|