Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ if st.session_state.current_page == "Model Pipeline":
|
|
| 109 |
st.markdown("<hr style='border:1px solid #ddd;'>", unsafe_allow_html=True)
|
| 110 |
|
| 111 |
|
| 112 |
-
|
| 113 |
"""
|
| 114 |
<div style="text-align: center; margin-top: 30px;">
|
| 115 |
<a href="https://github.com/Yashvj22/Life_Expectancy_Model" target="_blank" style="
|
|
|
|
| 109 |
st.markdown("<hr style='border:1px solid #ddd;'>", unsafe_allow_html=True)
|
| 110 |
|
| 111 |
|
| 112 |
+
st.markdown(
|
| 113 |
"""
|
| 114 |
<div style="text-align: center; margin-top: 30px;">
|
| 115 |
<a href="https://github.com/Yashvj22/Life_Expectancy_Model" target="_blank" style="
|