TimStats commited on
Commit
8e6ac99
·
verified ·
1 Parent(s): d4244a0

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -339,7 +339,7 @@ ui <- fluidPage(
339
  ),
340
 
341
  mainPanel(
342
- plotOutput("statsPlot", height = "1000px", width = "1000px")
343
  )
344
  )
345
  )
 
339
  ),
340
 
341
  mainPanel(
342
+ plotOutput("statsPlot", height = "750px", width = "750px")
343
  )
344
  )
345
  )