Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -206,7 +206,7 @@ ui <- fluidPage(
|
|
| 206 |
sidebarPanel(
|
| 207 |
width = 2,
|
| 208 |
dateRangeInput("date", "Date:"),
|
| 209 |
-
selectizeInput("level", "Level:", c("MLB", "AAA", "FSL", "College (Statcast Parks Only)", "Draft League","AFL")),
|
| 210 |
actionButton("submit", "Get Dashboard"),
|
| 211 |
downloadButton("download_summary", "Download Summary"),
|
| 212 |
selectizeInput("pitcherf", "Pitcher Pitch Level Stuff", c("")),
|
|
|
|
| 206 |
sidebarPanel(
|
| 207 |
width = 2,
|
| 208 |
dateRangeInput("date", "Date:"),
|
| 209 |
+
selectizeInput("level", "Level:", c("MLB", "AAA", "FSL", "College (Statcast Parks Only)", "Draft League","AFL","Appy League")),
|
| 210 |
actionButton("submit", "Get Dashboard"),
|
| 211 |
downloadButton("download_summary", "Download Summary"),
|
| 212 |
selectizeInput("pitcherf", "Pitcher Pitch Level Stuff", c("")),
|