TimStats commited on
Commit
32a74f5
·
verified ·
1 Parent(s): 9656f90

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -177,7 +177,7 @@ ui <- dashboardPage(
177
  )
178
  ),
179
  fluidRow(
180
- column(width = 8,
181
  box(width = NULL, title = "Combined Heatmap", status = "warning",
182
  plotOutput("combined_graph", height = "600px")
183
  )
 
177
  )
178
  ),
179
  fluidRow(
180
+ column(width = 6,
181
  box(width = NULL, title = "Combined Heatmap", status = "warning",
182
  plotOutput("combined_graph", height = "600px")
183
  )