Spaces:
Sleeping
Sleeping
James McCool commited on
Commit ·
e8b276b
1
Parent(s): bd1099f
Update QB position limiter in Streamlit app for Superflex format, adjusting value from 0.75 to 0.99 to enhance accuracy in player evaluations.
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -53,7 +53,7 @@ pos_vorp_limiters = {
|
|
| 53 |
'TE': .27,
|
| 54 |
},
|
| 55 |
'Superflex': {
|
| 56 |
-
'QB': .
|
| 57 |
'RB': .27,
|
| 58 |
'WR': .27,
|
| 59 |
'TE': .27,
|
|
|
|
| 53 |
'TE': .27,
|
| 54 |
},
|
| 55 |
'Superflex': {
|
| 56 |
+
'QB': .99,
|
| 57 |
'RB': .27,
|
| 58 |
'WR': .27,
|
| 59 |
'TE': .27,
|