Justin-J commited on
Commit
94bfb38
1 Parent(s): 3dacbd6

Changed my project file to give it a more unique and professional look.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ st.title('CUSTOMER CHURN PREDICTION APP (CCPA)')
54
 
55
  # Main page - Churn Prediction
56
  st.markdown("Churn is a one of the biggest problem in the telecom industry. Research has shown that the average monthly churn rate among the top 4 wireless carriers in the US is 1.9% - 2%")
57
- st.image("bg.png", use_column_width=True)
58
 
59
  # How to use
60
  st.sidebar.image("welcome.png", use_column_width=True)
 
54
 
55
  # Main page - Churn Prediction
56
  st.markdown("Churn is a one of the biggest problem in the telecom industry. Research has shown that the average monthly churn rate among the top 4 wireless carriers in the US is 1.9% - 2%")
57
+ st.image("customer_churn.jpg", use_column_width=True)
58
 
59
  # How to use
60
  st.sidebar.image("welcome.png", use_column_width=True)