zoya23 commited on
Commit
1e5c12f
·
verified ·
1 Parent(s): 3f4d836

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,11 +58,11 @@ st.markdown(
58
  # 🔹 Navigation Button
59
  st.markdown(
60
  """
61
- <h4 style='text-align: left; color: green;'>Ready to explore the stars 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") # Make sure player_stats.py exists inside 'pages/'
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