Spaces:
Sleeping
Sleeping
Update pages/1player_information.py
Browse files
pages/1player_information.py
CHANGED
@@ -34,7 +34,7 @@ page_bg = """
|
|
34 |
st.markdown(page_bg, unsafe_allow_html=True)
|
35 |
|
36 |
# App Title
|
37 |
-
st.title("🏏Career Insights
|
38 |
|
39 |
# Load data
|
40 |
file_path = "Final.csv" # Ensure this file exists in your working directory
|
|
|
34 |
st.markdown(page_bg, unsafe_allow_html=True)
|
35 |
|
36 |
# App Title
|
37 |
+
st.title("🏏Career Insights")
|
38 |
|
39 |
# Load data
|
40 |
file_path = "Final.csv" # Ensure this file exists in your working directory
|