Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def init_baselines():
|
|
93 |
DK_load_display = DK_load_display.drop_duplicates(subset=['Player'], keep='first')
|
94 |
|
95 |
dk_raw = DK_load_display.dropna(subset=['Median'])
|
96 |
-
|
97 |
FD_load_display = load_display[load_display['Site'] == 'Fanduel']
|
98 |
FD_load_display = FD_load_display.drop_duplicates(subset=['Player'], keep='first')
|
99 |
|
@@ -565,7 +565,7 @@ with tab1:
|
|
565 |
else:
|
566 |
st.write("Simulation data or position mapping not available.")
|
567 |
with st.container():
|
568 |
-
tab1, tab2, tab3, tab4, tab5, tab6 = st.tabs(['Overall Exposures', 'Center Exposures', 'Wing Exposures', 'Defense Exposures', 'Flex Exposures', 'Goalie Exposures'])
|
569 |
with tab1:
|
570 |
if 'player_freq' in st.session_state:
|
571 |
|
|
|
93 |
DK_load_display = DK_load_display.drop_duplicates(subset=['Player'], keep='first')
|
94 |
|
95 |
dk_raw = DK_load_display.dropna(subset=['Median'])
|
96 |
+
|
97 |
FD_load_display = load_display[load_display['Site'] == 'Fanduel']
|
98 |
FD_load_display = FD_load_display.drop_duplicates(subset=['Player'], keep='first')
|
99 |
|
|
|
565 |
else:
|
566 |
st.write("Simulation data or position mapping not available.")
|
567 |
with st.container():
|
568 |
+
tab1, tab2, tab3, tab4, tab5, tab6, tab7 = st.tabs(['Overall Exposures', 'Center Exposures', 'Wing Exposures', 'Defense Exposures', 'Flex Exposures', 'Goalie Exposures', 'Team Exposures'])
|
569 |
with tab1:
|
570 |
if 'player_freq' in st.session_state:
|
571 |
|