TimStats commited on
Commit
b7f6274
·
verified ·
1 Parent(s): ed28e4a

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -2
app.R CHANGED
@@ -184,8 +184,7 @@ ui <- fluidPage(
184
  width = 2,
185
  dateInput("date", "Date:"),
186
  selectizeInput("level", "Level:",
187
- c("MLB", "AAA", "FSL", "College (Statcast Parks Only)",
188
- "Futures Game", "AFL")),
189
  actionButton("submit", "Get Dashboard"),
190
  downloadButton("download_summary", "Download Summary")
191
  ),
 
184
  width = 2,
185
  dateInput("date", "Date:"),
186
  selectizeInput("level", "Level:",
187
+ c("MLB")),
 
188
  actionButton("submit", "Get Dashboard"),
189
  downloadButton("download_summary", "Download Summary")
190
  ),