Spaces:
Sleeping
Sleeping
Update pages/1player_information.py
Browse files
pages/1player_information.py
CHANGED
@@ -6,7 +6,7 @@ import matplotlib.pyplot as plt
|
|
6 |
st.set_page_config(page_title="Career Insights", layout="wide")
|
7 |
|
8 |
# Load data
|
9 |
-
file_path = "
|
10 |
df = pd.read_csv(file_path)
|
11 |
|
12 |
# Get unique player names
|
|
|
6 |
st.set_page_config(page_title="Career Insights", layout="wide")
|
7 |
|
8 |
# Load data
|
9 |
+
file_path = "Final_Team.csv"
|
10 |
df = pd.read_csv(file_path)
|
11 |
|
12 |
# Get unique player names
|