Changed my project file to give it a more unique and professional look.
Browse files
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("
|
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)
|