Spaces:
Paused
Paused
Update app.py
Browse files
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:
|