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 |
-
df = pd.read_csv("
|
10 |
|
11 |
# Get unique player names
|
12 |
player_names = df["Player"].unique()
|
|
|
6 |
st.set_page_config(page_title="Career Insights", layout="wide")
|
7 |
|
8 |
# Load data
|
9 |
+
df = pd.read_csv("Reduced_final_teams.csv")
|
10 |
|
11 |
# Get unique player names
|
12 |
player_names = df["Player"].unique()
|