nesticot commited on
Commit
6b7b9ba
·
verified ·
1 Parent(s): 4bcef21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -561,7 +561,7 @@ def server(input, output, session):
561
  (pl.col("start_speed") >= 50)&
562
  (pl.col('batter_hand').is_in(split_dict_hand[input.split_id()]))
563
 
564
- )))).with_columns(
565
  pl.col('pitch_type').count().over('pitch_type').alias('pitch_count')
566
  ))
567
 
 
561
  (pl.col("start_speed") >= 50)&
562
  (pl.col('batter_hand').is_in(split_dict_hand[input.split_id()]))
563
 
564
+ )[:29]))).with_columns(
565
  pl.col('pitch_type').count().over('pitch_type').alias('pitch_count')
566
  ))
567