jofaichow commited on
Commit
1f1b803
1 Parent(s): fee8acf

adjusted the length of step 4 slider

Browse files
Files changed (1) hide show
  1. app/app.R +2 -2
app/app.R CHANGED
@@ -314,7 +314,7 @@ ui <- shinydashboardPlus::dashboardPage(
314
 
315
  fluidRow(
316
 
317
- column(6,
318
 
319
  markdown("## **Step 4: Adjust the Filter**"),
320
 
@@ -328,7 +328,7 @@ ui <- shinydashboardPlus::dashboardPage(
328
  )
329
  ),
330
 
331
- column(6,
332
 
333
  markdown("## **Step 5: Generate Summary**"),
334
  br(),
 
314
 
315
  fluidRow(
316
 
317
+ column(8,
318
 
319
  markdown("## **Step 4: Adjust the Filter**"),
320
 
 
328
  )
329
  ),
330
 
331
+ column(4,
332
 
333
  markdown("## **Step 5: Generate Summary**"),
334
  br(),