Nikhithapotnuru commited on
Commit
6b3ac51
·
verified ·
1 Parent(s): 6905936

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +5 -0
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)