Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ elif social_acc_nav == 'EDA':
|
|
| 63 |
st.sidebar.markdown("<h2 style='text-align: center;'> Exploratory Data Analysis </h2> ", unsafe_allow_html=True)
|
| 64 |
st.sidebar.markdown('''---''')
|
| 65 |
st.sidebar.markdown('''The exploratory data analysis of this project can be find in a Jupyter notebook from the linl below''')
|
| 66 |
-
st.sidebar.markdown("[Open Notebook](https://github.com/Gyimah3/
|
| 67 |
|
| 68 |
elif social_acc_nav == 'About App':
|
| 69 |
st.sidebar.markdown("<h2 style='text-align: center;'> Customer Churn prediction App </h2> ", unsafe_allow_html=True)
|
|
|
|
| 63 |
st.sidebar.markdown("<h2 style='text-align: center;'> Exploratory Data Analysis </h2> ", unsafe_allow_html=True)
|
| 64 |
st.sidebar.markdown('''---''')
|
| 65 |
st.sidebar.markdown('''The exploratory data analysis of this project can be find in a Jupyter notebook from the linl below''')
|
| 66 |
+
st.sidebar.markdown("[Open Notebook](https://github.com/Gyimah3/Expresso_Customer_Churn_Prediction/blob/main/Capstone_Project_Customer_Churn_3_L.ipynb)")
|
| 67 |
|
| 68 |
elif social_acc_nav == 'About App':
|
| 69 |
st.sidebar.markdown("<h2 style='text-align: center;'> Customer Churn prediction App </h2> ", unsafe_allow_html=True)
|