TimStats commited on
Commit
8946679
·
verified ·
1 Parent(s): 47b2530

Update app.R

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