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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -752,8 +752,8 @@ 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()]))[:29]
756
- )
757
  )
758
  )
759
  )).with_columns(
 
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
+ )[:29]
757
  )
758
  )
759
  )).with_columns(