Jon Solow commited on
Commit
2378352
·
1 Parent(s): 4569c98

Remove inapplicable copied column_config

Browse files
Files changed (1) hide show
  1. src/pages/11_Next_Gen_Stats.py +0 -1
src/pages/11_Next_Gen_Stats.py CHANGED
@@ -63,7 +63,6 @@ def get_page():
63
  # height=35 * (len(filtered_data) + 1) + 12,
64
  use_container_width=False,
65
  column_config={
66
- "team_name": st.column_config.TextColumn(label="League Team", help="Name of fantasy League team."),
67
  },
68
  )
69
 
 
63
  # height=35 * (len(filtered_data) + 1) + 12,
64
  use_container_width=False,
65
  column_config={
 
66
  },
67
  )
68