Sathwikchowdary commited on
Commit
cf0384f
·
verified ·
1 Parent(s): 384b3df

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
- file_path = "Final_Teams.csv"
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