jofaichow commited on
Commit
cc3590e
1 Parent(s): ce79560

tweaked sliderInput

Browse files
Files changed (1) hide show
  1. app/app.R +2 -3
app/app.R CHANGED
@@ -266,7 +266,7 @@ ui <- shinydashboardPlus::dashboardPage(
266
 
267
  fluidRow(
268
 
269
- column(8,
270
 
271
  markdown("## **Step 1 - Define the Range**"),
272
 
@@ -277,12 +277,11 @@ ui <- shinydashboardPlus::dashboardPage(
277
  min = 168, # first tournament round
278
  max = Rnumerai::get_current_round(),
279
  # note: daily rounds from round 339
280
- pre = "Round ",
281
  value = c(339, Rnumerai::get_current_round())
282
  )
283
  ),
284
 
285
- column(4,
286
 
287
  markdown("## **Step 2 - Visualise**"),
288
  br(),
 
266
 
267
  fluidRow(
268
 
269
+ column(6,
270
 
271
  markdown("## **Step 1 - Define the Range**"),
272
 
 
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
 
284
+ column(6,
285
 
286
  markdown("## **Step 2 - Visualise**"),
287
  br(),