Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,11 +58,11 @@ st.markdown(
|
|
58 |
# 🔹 Navigation Button
|
59 |
st.markdown(
|
60 |
"""
|
61 |
-
<h4 style='text-align: left; color: green;'>
|
62 |
""",
|
63 |
unsafe_allow_html=True
|
64 |
)
|
65 |
if st.button("View Player Stats"):
|
66 |
-
st.switch_page("pages/player_stats.py")
|
67 |
|
68 |
|
|
|
58 |
# 🔹 Navigation Button
|
59 |
st.markdown(
|
60 |
"""
|
61 |
+
<h4 style='text-align: left; color: green;'>Want to explore the status of cricket?</h4>
|
62 |
""",
|
63 |
unsafe_allow_html=True
|
64 |
)
|
65 |
if st.button("View Player Stats"):
|
66 |
+
st.switch_page("pages/player_stats.py")
|
67 |
|
68 |
|