Spaces:
Running
Running
Update app.py
Browse files
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 |
)
|