Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -184,8 +184,7 @@ ui <- fluidPage(
|
|
| 184 |
width = 2,
|
| 185 |
dateInput("date", "Date:"),
|
| 186 |
selectizeInput("level", "Level:",
|
| 187 |
-
c("MLB"
|
| 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 |
),
|