Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -428,9 +428,8 @@ server <- function(input, output,session) {
|
|
| 428 |
"Twins" = "MIN",
|
| 429 |
"White Sox" = "CHW",
|
| 430 |
"Yankees" = "NYY",
|
| 431 |
-
|
| 432 |
"MLB" = "MLB"
|
| 433 |
-
"Yankees" = "NYY"
|
| 434 |
),
|
| 435 |
selected = "MLB"
|
| 436 |
)
|
|
|
|
| 428 |
"Twins" = "MIN",
|
| 429 |
"White Sox" = "CHW",
|
| 430 |
"Yankees" = "NYY",
|
| 431 |
+
# MLB option at the top
|
| 432 |
"MLB" = "MLB"
|
|
|
|
| 433 |
),
|
| 434 |
selected = "MLB"
|
| 435 |
)
|