Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import pickle
|
|
| 4 |
import numpy as np
|
| 5 |
import numpy as np
|
| 6 |
import pandas as pd
|
| 7 |
-
import
|
| 8 |
|
| 9 |
|
| 10 |
# Load your ML model (replace 'model.pkl' with your model file)
|
|
|
|
| 4 |
import numpy as np
|
| 5 |
import numpy as np
|
| 6 |
import pandas as pd
|
| 7 |
+
import scikit-learn
|
| 8 |
|
| 9 |
|
| 10 |
# Load your ML model (replace 'model.pkl' with your model file)
|