eaglelandsonce commited on
Commit
a398248
·
verified ·
1 Parent(s): 24455ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import time
7
  st.set_page_config(layout="wide")
8
 
9
  # Load the positions data
10
- positions_df = pd.read_csv('./data/positions.csv')
11
 
12
  # Preprocess the 'Positions' column to convert from string to dictionary
13
  positions_df['Positions'] = positions_df['Positions'].apply(json.loads)
 
7
  st.set_page_config(layout="wide")
8
 
9
  # Load the positions data
10
+ positions_df = pd.read_csv('data/positions.csv')
11
 
12
  # Preprocess the 'Positions' column to convert from string to dictionary
13
  positions_df['Positions'] = positions_df['Positions'].apply(json.loads)