jofaichow commited on
Commit
c100647
·
1 Parent(s): cc3590e

Tweaked slider input initial value

Browse files
Files changed (1) hide show
  1. app/app.R +2 -2
app/app.R CHANGED
@@ -276,8 +276,8 @@ ui <- shinydashboardPlus::dashboardPage(
276
  step = 1,
277
  min = 168, # first tournament round
278
  max = Rnumerai::get_current_round(),
279
- # note: daily rounds from round 339
280
- value = c(339, Rnumerai::get_current_round())
281
  )
282
  ),
283
 
 
276
  step = 1,
277
  min = 168, # first tournament round
278
  max = Rnumerai::get_current_round(),
279
+ # note: daily payouts from round 474
280
+ value = c(474, Rnumerai::get_current_round())
281
  )
282
  ),
283