Update app.py
Browse files
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 =
|
| 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", "")
|