Update app.py
Browse files
app.py
CHANGED
|
@@ -613,7 +613,8 @@ def server(input, output, session):
|
|
| 613 |
df=df,
|
| 614 |
pitcher_id=player_input,
|
| 615 |
plot_picker='short_form_movement',#plot_picker,
|
| 616 |
-
sport_id=sport_id
|
|
|
|
| 617 |
|
| 618 |
|
| 619 |
|
|
|
|
| 613 |
df=df,
|
| 614 |
pitcher_id=player_input,
|
| 615 |
plot_picker='short_form_movement',#plot_picker,
|
| 616 |
+
sport_id=sport_id,
|
| 617 |
+
game_type = [input.type_input()])
|
| 618 |
|
| 619 |
|
| 620 |
|