Spaces:
Sleeping
Sleeping
Update app.R
Browse files
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
|
| 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")
|
|
|
|
| 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")
|