gopi110 commited on
Commit
4d161c7
·
verified ·
1 Parent(s): 7be15fd

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +2 -5
Home.py CHANGED
@@ -37,8 +37,5 @@ I recently completed a project analyzing Amazon helmet trends using web scraping
37
  """)
38
 
39
  # HTML button
40
- st.markdown("""
41
- <div style="text-align: center; margin-top: 2em;">
42
- <button class="custom-button">Go To Cricket Visualization</button>
43
- </div>
44
- """, unsafe_allow_html=True)
 
37
  """)
38
 
39
  # HTML button
40
+ if st.button("Go to Visualizations"):
41
+ st.switch_page("pages/players_stats.py")