TimStats commited on
Commit
ba55467
·
verified ·
1 Parent(s): 705696e

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 = 6.5,
181
  box(width = NULL, title = "Combined Heatmap", status = "warning",
182
  plotOutput("combined_graph", height = "600px")
183
  )
 
177
  )
178
  ),
179
  fluidRow(
180
+ column(width = 7,
181
  box(width = NULL, title = "Combined Heatmap", status = "warning",
182
  plotOutput("combined_graph", height = "600px")
183
  )