Sathwikchowdary commited on
Commit
6c30809
·
verified ·
1 Parent(s): 1d85986

Update pages/1player_information.py

Browse files
Files changed (1) hide show
  1. pages/1player_information.py +1 -1
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("Teams.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()