TimStats commited on
Commit
7c03eaf
·
verified ·
1 Parent(s): a35be25

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -208,10 +208,10 @@ ui <- fluidPage(
208
  dateInput("date", "Date:"),
209
  selectizeInput("level", "Level:", c("MLB", "AAA", "FSL", "College (Statcast Parks Only)", "Futures Game")),
210
  actionButton("submit", "Get Dashboard"),
211
- downloadButton("download_summary", "Download Summary CSV"),
212
  selectizeInput("pitcherf", "Pitcher Pitch Level Stuff", c("")),
213
  actionButton("pls", "Get Pitch Level Stuff"),
214
- downloadButton("download_pitch_level", "Download Pitch Level CSV")
215
  ),
216
  mainPanel(
217
  dataTableOutput("schedule")
 
208
  dateInput("date", "Date:"),
209
  selectizeInput("level", "Level:", c("MLB", "AAA", "FSL", "College (Statcast Parks Only)", "Futures Game")),
210
  actionButton("submit", "Get Dashboard"),
211
+ downloadButton("download_summary", "Download Summary"),
212
  selectizeInput("pitcherf", "Pitcher Pitch Level Stuff", c("")),
213
  actionButton("pls", "Get Pitch Level Stuff"),
214
+ downloadButton("download_pitch_level", "Download Pitch Level")
215
  ),
216
  mainPanel(
217
  dataTableOutput("schedule")