Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,15 +65,4 @@ st.markdown(
|
|
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 |
-
|
69 |
-
st.markdown(
|
70 |
-
"""
|
71 |
-
<h2 style='text-align: center; color: blue;'>Meet the Creator</h2>
|
72 |
-
<p style='text-align: justify;'>
|
73 |
-
Hi, I'm <strong>Jayasree Mandali</strong> — a passionate learner and explorer in the fields of Data Science and Machine Learning.
|
74 |
-
I combined my love for cricket and tech to build this app for fans like you.
|
75 |
-
Hope you enjoy exploring and reliving cricket moments! 🚀
|
76 |
-
</p>
|
77 |
-
""",
|
78 |
-
unsafe_allow_html=True
|
79 |
-
)
|
|
|
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 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|