Lokesh1024 commited on
Commit
1fbc052
·
verified ·
1 Parent(s): 6d3b84b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import joblib
5
  import matplotlib.pyplot as plt
6
 
7
  # Load the model and columns
8
- lr_clf = joblib.load("banglore_home_prices_model.joblib")
9
  X_columns = pd.read_csv("dora.csv")
10
  OHE = pd.read_csv("B5.csv")
11
  locations = OHE['location'].tolist()
 
5
  import matplotlib.pyplot as plt
6
 
7
  # Load the model and columns
8
+ lr_clf = joblib.load("bengaluru_home_prices_model.joblib")
9
  X_columns = pd.read_csv("dora.csv")
10
  OHE = pd.read_csv("B5.csv")
11
  locations = OHE['location'].tolist()