James McCool commited on
Commit
d04b4d7
·
1 Parent(s): fe33b8c

added secondary slate

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ with tab1:
171
  if slate_split == 'Main Slate':
172
  raw_baselines = site_baselines[site_baselines['slate'] == 'Main Slate']
173
  elif slate_split == 'Secondary':
174
- raw_baselines = site_baselines[site_baselines['slate'] == 'Secondary']
175
  split_var2 = st.radio("Are you running the full slate or certain games?", ('Full Slate Run', 'Specific Games'), key='split_var2')
176
  if split_var2 == 'Specific Games':
177
  team_var2 = st.multiselect('Which teams would you like to include in the ROO?', options = raw_baselines['Team'].unique(), key='team_var2')
 
171
  if slate_split == 'Main Slate':
172
  raw_baselines = site_baselines[site_baselines['slate'] == 'Main Slate']
173
  elif slate_split == 'Secondary':
174
+ raw_baselines = site_baselines[site_baselines['slate'] == 'Secondary Slate']
175
  split_var2 = st.radio("Are you running the full slate or certain games?", ('Full Slate Run', 'Specific Games'), key='split_var2')
176
  if split_var2 == 'Specific Games':
177
  team_var2 = st.multiselect('Which teams would you like to include in the ROO?', options = raw_baselines['Team'].unique(), key='team_var2')