James McCool commited on
Commit
c9a8444
·
1 Parent(s): 986a95b

Update TE VORP multiplier in Streamlit app from 2 to 4 to enhance accuracy in player ranking adjustments across formats.

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -101,7 +101,7 @@ flex_multipliers = {
101
  'QB': 2,
102
  'RB': 2,
103
  'WR': 2,
104
- 'TE': 2,
105
  },
106
  }
107
 
 
101
  'QB': 2,
102
  'RB': 2,
103
  'WR': 2,
104
+ 'TE': 4,
105
  },
106
  }
107