Spaces:
Sleeping
Sleeping
James McCool
commited on
Commit
·
8bbf6ce
1
Parent(s):
b49ec26
If not off.
Browse files
app.py
CHANGED
|
@@ -2226,7 +2226,7 @@ if selected_tab == 'Manage Portfolio':
|
|
| 2226 |
qb_force = st.selectbox("Force QB Stacks?", options=['No', 'Yes'], index=0)
|
| 2227 |
else:
|
| 2228 |
qb_force = 'No'
|
| 2229 |
-
|
| 2230 |
grid_exclude = st.multiselect("Exclude grids?", options=sorted(list(set(st.session_state['working_frame']['Grid'].unique()))), default=[])
|
| 2231 |
else:
|
| 2232 |
grid_exclude = []
|
|
|
|
| 2226 |
qb_force = st.selectbox("Force QB Stacks?", options=['No', 'Yes'], index=0)
|
| 2227 |
else:
|
| 2228 |
qb_force = 'No'
|
| 2229 |
+
if sport_var == 'NASCAR':
|
| 2230 |
grid_exclude = st.multiselect("Exclude grids?", options=sorted(list(set(st.session_state['working_frame']['Grid'].unique()))), default=[])
|
| 2231 |
else:
|
| 2232 |
grid_exclude = []
|