Spaces:
Running
Running
tweaked dropdown
Browse files
app/app.R
CHANGED
@@ -202,12 +202,12 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
202 |
pickerInput(inputId = "model",
|
203 |
label = " ",
|
204 |
# choices = sort(Rnumerai::get_leaderboard()$username),
|
205 |
-
choices = unique(c(sort(Rnumerai::get_leaderboard()$username)
|
206 |
-
"joe_the_validator_01",
|
207 |
-
"joe_the_validator_02",
|
208 |
-
"joe_the_validator_03",
|
209 |
-
"joe_the_validator_04",
|
210 |
-
"joe_the_validator_05"
|
211 |
# "joe_the_hedgehog_01",
|
212 |
# "joe_the_hedgehog_02",
|
213 |
# "joe_the_hedgehog_03",
|
|
|
202 |
pickerInput(inputId = "model",
|
203 |
label = " ",
|
204 |
# choices = sort(Rnumerai::get_leaderboard()$username),
|
205 |
+
choices = unique(c(sort(Rnumerai::get_leaderboard()$username)
|
206 |
+
# "joe_the_validator_01",
|
207 |
+
# "joe_the_validator_02",
|
208 |
+
# "joe_the_validator_03",
|
209 |
+
# "joe_the_validator_04",
|
210 |
+
# "joe_the_validator_05"
|
211 |
# "joe_the_hedgehog_01",
|
212 |
# "joe_the_hedgehog_02",
|
213 |
# "joe_the_hedgehog_03",
|