Sathwikchowdary commited on
Commit
5089fc6
Β·
verified Β·
1 Parent(s): 0742383

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
Home.py CHANGED
@@ -38,7 +38,7 @@ st.markdown(
38
 
39
  # Player Information Button
40
  if st.button("πŸ“Š Player Information"):
41
- switch_page("pages/1player_information.py") # This navigates to pages/player_info.py
42
 
43
  # Author Section
44
  st.markdown("<h2 style='color: green;'>About the Author πŸ‘¨β€πŸ’»</h2>", unsafe_allow_html=True)
 
38
 
39
  # Player Information Button
40
  if st.button("πŸ“Š Player Information"):
41
+ switch_page("1player_information") # This navigates to pages/player_info.py
42
 
43
  # Author Section
44
  st.markdown("<h2 style='color: green;'>About the Author πŸ‘¨β€πŸ’»</h2>", unsafe_allow_html=True)