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

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("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)
 
38
 
39
  # Player Information Button
40
  if st.button("πŸ“Š Player Information"):
41
+ st.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)