nesticot commited on
Commit
4ea0d68
·
verified ·
1 Parent(s): e8d0472

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")