James McCool
commited on
Commit
·
352ec5e
1
Parent(s):
76c1d87
ping
Browse files
app.py
CHANGED
@@ -1149,7 +1149,6 @@ with tab2:
|
|
1149 |
player_columns = [col for col in st.session_state['portfolio'].columns if col not in excluded_cols]
|
1150 |
|
1151 |
if type_var == 'Showdown':
|
1152 |
-
# Handle Captain positions
|
1153 |
for player in player_names:
|
1154 |
# Create mask for lineups where this player is Captain (first column)
|
1155 |
cpt_mask = st.session_state['portfolio'][player_columns[0]] == player
|
|
|
1149 |
player_columns = [col for col in st.session_state['portfolio'].columns if col not in excluded_cols]
|
1150 |
|
1151 |
if type_var == 'Showdown':
|
|
|
1152 |
for player in player_names:
|
1153 |
# Create mask for lineups where this player is Captain (first column)
|
1154 |
cpt_mask = st.session_state['portfolio'][player_columns[0]] == player
|