Multichem commited on
Commit
bdc2f5b
·
1 Parent(s): de04fae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ with tab2:
275
  hold_container = st.empty()
276
  with col6:
277
  if 'final_Proj' in st.session_state:
278
- player_swap = st.selectbox('Select player to swap to:', options = st.session_state.final_Proj['Player'].unique(), key='dk_player')
279
  if st.button('Make swaps'):
280
  with hold_container:
281
  st.session_state.display_portfolio.replace(player_check, player_swap, inplace=True)
 
275
  hold_container = st.empty()
276
  with col6:
277
  if 'final_Proj' in st.session_state:
278
+ player_swap = st.selectbox('Select player to swap to:', options = st.session_state.final_Proj['Player'].unique(), key='dk_swap')
279
  if st.button('Make swaps'):
280
  with hold_container:
281
  st.session_state.display_portfolio.replace(player_check, player_swap, inplace=True)