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