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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -752,7 +752,7 @@ def server(input, output, session):
752
  (pl.col("pitcher_id") == player_input) &
753
  (pl.col("is_pitch") == True) &
754
  (pl.col("start_speed") >= 50) &
755
- (pl.col('batter_hand').is_in(split_dict_hand[input.split_id()]))
756
  )
757
  )
758
  )
 
752
  (pl.col("pitcher_id") == player_input) &
753
  (pl.col("is_pitch") == True) &
754
  (pl.col("start_speed") >= 50) &
755
+ (pl.col('batter_hand').is_in(split_dict_hand[input.split_id()]))[:29]
756
  )
757
  )
758
  )