jofaichow commited on
Commit
d3f7f07
1 Parent(s): bb8c143

tweaked dropdown

Browse files
Files changed (1) hide show
  1. app/app.R +6 -6
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",