TimStats commited on
Commit
6918165
·
verified ·
1 Parent(s): 7f6f7da

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -412,7 +412,7 @@ ui <- fluidPage(
412
  width = "100%"),
413
  dateRangeInput("date1", "Dates: (Be wary of multi year plots as arm angles may vary over years)",
414
  start = "2025-03-18",
415
- end = Sys.date(),
416
  width = "100%"),
417
  radioButtons("type", "Plot Type",
418
  choices = c("Season Average","All Pitches")),
 
412
  width = "100%"),
413
  dateRangeInput("date1", "Dates: (Be wary of multi year plots as arm angles may vary over years)",
414
  start = "2025-03-18",
415
+ end = Sys.Date(),
416
  width = "100%"),
417
  radioButtons("type", "Plot Type",
418
  choices = c("Season Average","All Pitches")),