Spaces:
Sleeping
Sleeping
Update Home.py
Browse files
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)
|