Ci-Dave commited on
Commit
2256fe9
·
1 Parent(s): f76f9ad

modified app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def load_data():
14
 
15
  df = load_data()
16
 
17
- # Load machine learning models (if any)
18
  model = joblib.load(r"C:\Users\ACER\Desktop\Feature_Prediction_of_Pokemon\random_forest.pkl")
19
  model = joblib.load(r"C:\Users\ACER\Desktop\Feature_Prediction_of_Pokemon\logistic_regression.pkl")
20
  model = joblib.load(r"C:\Users\ACER\Desktop\Feature_Prediction_of_Pokemon\naive_bayes.pkl")
 
14
 
15
  df = load_data()
16
 
17
+ # Load machine learning models for prediction
18
  model = joblib.load(r"C:\Users\ACER\Desktop\Feature_Prediction_of_Pokemon\random_forest.pkl")
19
  model = joblib.load(r"C:\Users\ACER\Desktop\Feature_Prediction_of_Pokemon\logistic_regression.pkl")
20
  model = joblib.load(r"C:\Users\ACER\Desktop\Feature_Prediction_of_Pokemon\naive_bayes.pkl")