Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -359,7 +359,7 @@ ui <- fluidPage(
|
|
| 359 |
tags$div(
|
| 360 |
tags$div("Portal Only", class = "filter-label"),
|
| 361 |
checkboxInput("portal_only", label = "Show Portal Players Only",
|
| 362 |
-
value =
|
| 363 |
)
|
| 364 |
),
|
| 365 |
# main
|
|
|
|
| 359 |
tags$div(
|
| 360 |
tags$div("Portal Only", class = "filter-label"),
|
| 361 |
checkboxInput("portal_only", label = "Show Portal Players Only",
|
| 362 |
+
value = TRUE)
|
| 363 |
)
|
| 364 |
),
|
| 365 |
# main
|