Update app.R
Browse files
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 = "
|
| 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 = "
|
| 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 |
),
|