Update streamlit-app.py
Browse files- streamlit-app.py +1 -1
streamlit-app.py
CHANGED
|
@@ -398,6 +398,6 @@ st.markdown("---")
|
|
| 398 |
st.markdown("""
|
| 399 |
<div style='text-align: center; color: #666; font-size: 0.9rem;'>
|
| 400 |
<p>Built with ❤️ using Streamlit | HDB Resale Price Predictor</p>
|
| 401 |
-
<p>Predictions are estimates only | Done by Lester Chia | ©
|
| 402 |
</div>
|
| 403 |
""", unsafe_allow_html=True)
|
|
|
|
| 398 |
st.markdown("""
|
| 399 |
<div style='text-align: center; color: #666; font-size: 0.9rem;'>
|
| 400 |
<p>Built with ❤️ using Streamlit | HDB Resale Price Predictor</p>
|
| 401 |
+
<p>Predictions are estimates only | Done by Lester Chia | © 2025</p>
|
| 402 |
</div>
|
| 403 |
""", unsafe_allow_html=True)
|