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