Sonny4Sonnix commited on
Commit
dc5f4ca
·
verified ·
1 Parent(s): 581e0be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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("""