Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import streamlit as st
|
|
| 4 |
import pandas as pd
|
| 5 |
|
| 6 |
# calling our pickle file
|
| 7 |
-
model = pickle.load(open("model.pkl", "rb"))
|
| 8 |
|
| 9 |
# creating a title for website
|
| 10 |
st.title("Customer Churn Prediction for Banks")
|
|
|
|
| 4 |
import pandas as pd
|
| 5 |
|
| 6 |
# calling our pickle file
|
| 7 |
+
model = pickle.load(open("model-3.pkl", "rb"))
|
| 8 |
|
| 9 |
# creating a title for website
|
| 10 |
st.title("Customer Churn Prediction for Banks")
|