nesticot commited on
Commit
9df9d93
·
verified ·
1 Parent(s): 53ef42e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "zone_contact": { "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%" },
 
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%" },