Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -283,7 +283,7 @@ def server(input, output, session):
|
|
| 283 |
"zone_swing_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "Z-Swing%" },
|
| 284 |
"chase_percent": { "format": '.1%', "percentile_flip": True, "stat_title": "O-Swing%" },
|
| 285 |
"whiff_rate": { "format": '.1%', "percentile_flip": True, "stat_title": "Whiff%" },
|
| 286 |
-
"
|
| 287 |
"k_percent": { "format": '.1%', "percentile_flip": True, "stat_title": "K%" },
|
| 288 |
"bb_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "BB%" },
|
| 289 |
"pull_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "Pull%" },
|
|
|
|
| 283 |
"zone_swing_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "Z-Swing%" },
|
| 284 |
"chase_percent": { "format": '.1%', "percentile_flip": True, "stat_title": "O-Swing%" },
|
| 285 |
"whiff_rate": { "format": '.1%', "percentile_flip": True, "stat_title": "Whiff%" },
|
| 286 |
+
"zone_contact_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "Z-Contact%" },
|
| 287 |
"k_percent": { "format": '.1%', "percentile_flip": True, "stat_title": "K%" },
|
| 288 |
"bb_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "BB%" },
|
| 289 |
"pull_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "Pull%" },
|