Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
|
|
3 |
import joblib
|
4 |
import matplotlib.pyplot as plt
|
5 |
import time
|
6 |
-
import
|
7 |
|
8 |
# Load the pre-trained numerical imputer, scaler, and model using joblib
|
9 |
num_imputer = joblib.load('numerical_imputer.joblib')
|
|
|
3 |
import joblib
|
4 |
import matplotlib.pyplot as plt
|
5 |
import time
|
6 |
+
import base64
|
7 |
|
8 |
# Load the pre-trained numerical imputer, scaler, and model using joblib
|
9 |
num_imputer = joblib.load('numerical_imputer.joblib')
|