Sathwikchowdary commited on
Commit
432d880
·
verified ·
1 Parent(s): 2b42a79

Update pages/1player_information.py

Browse files
Files changed (1) hide show
  1. pages/1player_information.py +1 -2
pages/1player_information.py CHANGED
@@ -6,8 +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 = "/mnt/data/Team_Info.csv"
10
- df = pd.read_csv(file_path)
11
 
12
  # Get unique player names
13
  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("Team_Info.csv")
 
10
 
11
  # Get unique player names
12
  player_names = df["Player"].unique()