Update app.R
Browse files
app.R
CHANGED
|
@@ -393,7 +393,7 @@ ui <- fluidPage(
|
|
| 393 |
class = "mb-3",
|
| 394 |
style = "background-color: white; padding: 15px; border-radius: 5px; margin-bottom: 15px;",
|
| 395 |
selectInput("level", "Level:",
|
| 396 |
-
c("MLB", "AAA", "FSL"),
|
| 397 |
multiple = TRUE
|
| 398 |
),
|
| 399 |
selectInput("group", "Group By:",
|
|
|
|
| 393 |
class = "mb-3",
|
| 394 |
style = "background-color: white; padding: 15px; border-radius: 5px; margin-bottom: 15px;",
|
| 395 |
selectInput("level", "Level:",
|
| 396 |
+
c("MLB", "AAA", "FSL","Spring Training"),
|
| 397 |
multiple = TRUE
|
| 398 |
),
|
| 399 |
selectInput("group", "Group By:",
|