Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1357,7 +1357,7 @@ with tab2:
|
|
1357 |
|
1358 |
with st.container():
|
1359 |
simulate_container = st.empty()
|
1360 |
-
player_split_var2 = st.radio("Are you wanting to isolate any lineups with specific players?", ('Full Players', 'Specific Players'))
|
1361 |
if player_split_var2 == 'Specific Players':
|
1362 |
find_var2 = st.multiselect('Which players must be included in the lineups?', options = st.session_state.player_freq['Player'].unique())
|
1363 |
elif player_split_var2 == 'Full Players':
|
|
|
1357 |
|
1358 |
with st.container():
|
1359 |
simulate_container = st.empty()
|
1360 |
+
player_split_var2 = st.radio("Are you wanting to isolate any lineups with specific players?", ('Full Players', 'Specific Players'), key='player_split_var2')
|
1361 |
if player_split_var2 == 'Specific Players':
|
1362 |
find_var2 = st.multiselect('Which players must be included in the lineups?', options = st.session_state.player_freq['Player'].unique())
|
1363 |
elif player_split_var2 == 'Full Players':
|