danieleduardus commited on
Commit
cd9bac9
·
verified ·
1 Parent(s): 11dd199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ import pickle
17
 
18
  #Load the model
19
  with open('best_model.pkl', 'rb') as f:
20
- model = pickle.load(f)
21
 
22
  avg_train_score = st.text_input("AVG Train Score", "")
23
  awards_won = st.text_input("Awards Won", "")
 
17
 
18
  #Load the model
19
  with open('best_model.pkl', 'rb') as f:
20
+ model = f
21
 
22
  avg_train_score = st.text_input("AVG Train Score", "")
23
  awards_won = st.text_input("Awards Won", "")