nesticot commited on
Commit
b4dbd06
·
verified ·
1 Parent(s): accb5e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -390,7 +390,7 @@ def server(input, output, session):
390
  "k_percent": { "format": '.1%', "percentile_flip": True, "stat_title": "K%" },
391
  "bb_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "BB%" },
392
  "pull_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "Pull%" },
393
- "pulled_fly_ball_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "Pull FB%" },
394
  }
395
  # Show progress/loading notification
396
  with ui.Progress(min=0, max=1) as p:
 
390
  "k_percent": { "format": '.1%', "percentile_flip": True, "stat_title": "K%" },
391
  "bb_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "BB%" },
392
  "pull_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "Pull%" },
393
+ "pulled_fly_ball_percent": { "format": '.1%', "percentile_flip": False, "stat_title": "Pull FB+LD%" },
394
  }
395
  # Show progress/loading notification
396
  with ui.Progress(min=0, max=1) as p: