Update app.R
Browse files
app.R
CHANGED
|
@@ -177,7 +177,7 @@ ui <- dashboardPage(
|
|
| 177 |
)
|
| 178 |
),
|
| 179 |
fluidRow(
|
| 180 |
-
column(width = 6,
|
| 181 |
box(width = NULL, title = "Combined Heatmap", status = "warning",
|
| 182 |
plotOutput("combined_graph", height = "600px")
|
| 183 |
)
|
|
|
|
| 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 |
)
|