Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -339,7 +339,7 @@ ui <- fluidPage(
|
|
| 339 |
),
|
| 340 |
|
| 341 |
mainPanel(
|
| 342 |
-
plotOutput("statsPlot", height = "
|
| 343 |
)
|
| 344 |
)
|
| 345 |
)
|
|
|
|
| 339 |
),
|
| 340 |
|
| 341 |
mainPanel(
|
| 342 |
+
plotOutput("statsPlot", height = "750px", width = "750px")
|
| 343 |
)
|
| 344 |
)
|
| 345 |
)
|