Update app.py
Browse files
app.py
CHANGED
|
@@ -353,7 +353,7 @@ def server(input, output, session):
|
|
| 353 |
|
| 354 |
|
| 355 |
@render.ui
|
| 356 |
-
@reactive.event(input.player_button, input.year_input, input.level_input, input.type_input,ignore_none=False)
|
| 357 |
def player_select_ui():
|
| 358 |
# Get the list of pitchers for the selected level and season
|
| 359 |
df_pitcher_info = scrape.get_players(sport_id=int(input.level_input()), season=int(input.year_input()), game_type = [input.type_input()]).filter(
|
|
|
|
| 353 |
|
| 354 |
|
| 355 |
@render.ui
|
| 356 |
+
@reactive.event(input.player_button, input.year_input, input.level_input, input.type_input,input.tabset,ignore_none=False)
|
| 357 |
def player_select_ui():
|
| 358 |
# Get the list of pitchers for the selected level and season
|
| 359 |
df_pitcher_info = scrape.get_players(sport_id=int(input.level_input()), season=int(input.year_input()), game_type = [input.type_input()]).filter(
|