Spaces:
Running
Running
James McCool
commited on
Commit
·
be12776
1
Parent(s):
0a4c08a
Update flex multipliers in Streamlit app to increase RB and WR values, enhancing accuracy in player evaluations across scoring formats.
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
@@ -81,14 +81,14 @@ flex_multipliers = {
|
|
81 |
},
|
82 |
'PPR': {
|
83 |
'QB': 2,
|
84 |
-
'RB':
|
85 |
'WR': 3,
|
86 |
'TE': 2,
|
87 |
},
|
88 |
'Standard': {
|
89 |
'QB': 2,
|
90 |
'RB': 3,
|
91 |
-
'WR':
|
92 |
'TE': 2,
|
93 |
},
|
94 |
'Superflex': {
|
|
|
81 |
},
|
82 |
'PPR': {
|
83 |
'QB': 2,
|
84 |
+
'RB': 3,
|
85 |
'WR': 3,
|
86 |
'TE': 2,
|
87 |
},
|
88 |
'Standard': {
|
89 |
'QB': 2,
|
90 |
'RB': 3,
|
91 |
+
'WR': 3,
|
92 |
'TE': 2,
|
93 |
},
|
94 |
'Superflex': {
|