nesticot commited on
Commit
a4cb42a
·
verified ·
1 Parent(s): d7e774b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ def server(input, output, session):
196
  return ui.input_select("pitcher_id", "Select Pitcher", pitcher_dict, selectize=True)
197
 
198
  @render.ui
199
- @reactive.event(input.player_button, ignore_none=False)
200
  def date_id():
201
  # Create a date range input for selecting the date range within the selected year
202
  return ui.input_date_range("date_id", "Select Date Range",
 
196
  return ui.input_select("pitcher_id", "Select Pitcher", pitcher_dict, selectize=True)
197
 
198
  @render.ui
199
+ @reactive.event(input.player_button, input.year_input, input.level_input, input.type_input,ignore_none=False)
200
  def date_id():
201
  # Create a date range input for selecting the date range within the selected year
202
  return ui.input_date_range("date_id", "Select Date Range",