Multichem commited on
Commit
ccff1e8
·
1 Parent(s): 06ac978

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -213,6 +213,7 @@ with tab2:
213
  display_portfolio.drop(index, inplace=True)
214
  elif row['Ownership'] <= max_own:
215
  max_own = row['Ownership']
 
216
  player_check = st.selectbox('Select player to create comps', options = proj_dataframe['Player'].unique(), key='dk_player')
217
  if st.button('Simulate appropriate pivots'):
218
  with hold_container:
 
213
  display_portfolio.drop(index, inplace=True)
214
  elif row['Ownership'] <= max_own:
215
  max_own = row['Ownership']
216
+ st.session_state.display_portfolio = display_portfolio
217
  player_check = st.selectbox('Select player to create comps', options = proj_dataframe['Player'].unique(), key='dk_player')
218
  if st.button('Simulate appropriate pivots'):
219
  with hold_container: