Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -268,7 +268,7 @@ ui <- fluidPage(
|
|
268 |
checkboxInput("compareToBest", "Compare to best single scale", value = FALSE)
|
269 |
),
|
270 |
mainPanel(
|
271 |
-
plotOutput("heatmapPlot"),
|
272 |
div(style = "margin-top: 10px; font-style: italic;", uiOutput("contextNote"))
|
273 |
)
|
274 |
)
|
|
|
268 |
checkboxInput("compareToBest", "Compare to best single scale", value = FALSE)
|
269 |
),
|
270 |
mainPanel(
|
271 |
+
plotOutput("heatmapPlot", width = "100%"),
|
272 |
div(style = "margin-top: 10px; font-style: italic;", uiOutput("contextNote"))
|
273 |
)
|
274 |
)
|