Spaces:
Sleeping
Sleeping
Update Home.py
Browse files
Home.py
CHANGED
|
@@ -232,3 +232,8 @@ elif st.session_state.page == "Rotating":
|
|
| 232 |
|
| 233 |
if st.button("Back to Home Page"):
|
| 234 |
navigate_to("Home")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 232 |
|
| 233 |
if st.button("Back to Home Page"):
|
| 234 |
navigate_to("Home")
|
| 235 |
+
|
| 236 |
+
|
| 237 |
+
# --- Footer ---
|
| 238 |
+
st.markdown("<hr>", unsafe_allow_html=True)
|
| 239 |
+
st.markdown("<p style='text-align: center;'>🚧 Created with ❤️ using Streamlit</p>", unsafe_allow_html=True)
|