Update app.py
Browse files
app.py
CHANGED
|
@@ -371,7 +371,7 @@ def server(input, output, session):
|
|
| 371 |
return ui.input_select("pitcher_id", "Select Pitcher", pitcher_dict, selectize=True)
|
| 372 |
|
| 373 |
@render.ui
|
| 374 |
-
@reactive.event(input.player_button, input.year_input, input.level_input, input.type_input,input.tabset,ignore_none=False)
|
| 375 |
def date_id():
|
| 376 |
if input.tabset() == 'Pitching Summary' or input.tabset() == 'Table Range':
|
| 377 |
# Create a date range input for selecting the date range within the selected year
|
|
|
|
| 371 |
return ui.input_select("pitcher_id", "Select Pitcher", pitcher_dict, selectize=True)
|
| 372 |
|
| 373 |
@render.ui
|
| 374 |
+
@reactive.event(input.player_button, input.pitcher_id,input.year_input, input.level_input, input.type_input,input.tabset,ignore_none=False)
|
| 375 |
def date_id():
|
| 376 |
if input.tabset() == 'Pitching Summary' or input.tabset() == 'Table Range':
|
| 377 |
# Create a date range input for selecting the date range within the selected year
|