Spaces:
Sleeping
Sleeping
Sonny4Sonnix
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,9 @@ import streamlit as st
|
|
2 |
import pandas as pd
|
3 |
import joblib
|
4 |
|
|
|
|
|
|
|
5 |
# Title and description
|
6 |
st.title("Banking Campaign Outcome Prediction App")
|
7 |
st.markdown("""
|
|
|
2 |
import pandas as pd
|
3 |
import joblib
|
4 |
|
5 |
+
# Load the bank_df_cleaned for reference
|
6 |
+
bank_df_cleaned = pd.read_csv('bank_df_cleaned.csv')
|
7 |
+
|
8 |
# Title and description
|
9 |
st.title("Banking Campaign Outcome Prediction App")
|
10 |
st.markdown("""
|