Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -786,7 +786,7 @@ def server(input, output, session):
|
|
| 786 |
.alias('proportion')
|
| 787 |
)
|
| 788 |
)).sort('proportion', descending=True).
|
| 789 |
-
select(["pitch_type", "pitches", "proportion", "start_speed", "ivb", "hb",
|
| 790 |
"spin_rate", "x0", "z0",'tj_stuff_plus','pitch_grade'])
|
| 791 |
.with_columns(
|
| 792 |
pl.when(pl.col("pitch_type") == "Four-Seam Fastball")
|
|
|
|
| 786 |
.alias('proportion')
|
| 787 |
)
|
| 788 |
)).sort('proportion', descending=True).
|
| 789 |
+
select(["pitch_type", "pitches", "proportion", "start_speed", "ivb", "hb","vaa",
|
| 790 |
"spin_rate", "x0", "z0",'tj_stuff_plus','pitch_grade'])
|
| 791 |
.with_columns(
|
| 792 |
pl.when(pl.col("pitch_type") == "Four-Seam Fastball")
|