zoya23 commited on
Commit
3183cd1
·
verified ·
1 Parent(s): fe3999d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,6 +63,6 @@ st.markdown(
63
  unsafe_allow_html=True
64
  )
65
  if st.button("View Player Stats"):
66
- st.switch_page("pages/player_stats.py")
67
 
68
 
 
63
  unsafe_allow_html=True
64
  )
65
  if st.button("View Player Stats"):
66
+ st.switch_page("pages/1_player_stats.py")
67
 
68