TimStats commited on
Commit
5883157
·
verified ·
1 Parent(s): 099698f

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
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:",