Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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('
|
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)
|