Abubakari commited on
Commit
c59f874
1 Parent(s): bb1c34e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 base
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')