TimStats commited on
Commit
e2428b9
·
verified ·
1 Parent(s): 36b67ea

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -287,12 +287,12 @@ is_authenticated <- reactiveVal(FALSE)
287
  card(
288
  selectInput("hand1", "Batter Handedness", choices = c("All Batters","LHH","RHH")),
289
  selectInput("pitch1", "Pitch:", choices = c("")),
290
- dateRangeInput("date1", "Date Range:", start = "2025-03-15", end = updatedDate)
291
  ),
292
  card(
293
  selectInput("hand2", "Batter Handedness", choices = c("All Batters","LHH","RHH")),
294
  selectInput("pitch2", "Pitch:", choices = c("")),
295
- dateRangeInput("date2", "Date Range:", start = "2025-03-15", end = updatedDate)
296
  )
297
  )
298
  ),
 
287
  card(
288
  selectInput("hand1", "Batter Handedness", choices = c("All Batters","LHH","RHH")),
289
  selectInput("pitch1", "Pitch:", choices = c("")),
290
+ dateRangeInput("date1", "Date Range:", start = "2026-03-15", end = updatedDate)
291
  ),
292
  card(
293
  selectInput("hand2", "Batter Handedness", choices = c("All Batters","LHH","RHH")),
294
  selectInput("pitch2", "Pitch:", choices = c("")),
295
+ dateRangeInput("date2", "Date Range:", start = "2026-03-15", end = updatedDate)
296
  )
297
  )
298
  ),