TimStats commited on
Commit
2f6c831
·
verified ·
1 Parent(s): 2d9d233

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -554,7 +554,7 @@ server <- function(input, output,session) {
554
  padding = unit(c(20, 20, 20, 20), "points") # top, right, bottom, left margins
555
  )
556
  )
557
- }, height = 1000, width = 1000)
558
  }
559
 
560
  # Run the app
 
554
  padding = unit(c(20, 20, 20, 20), "points") # top, right, bottom, left margins
555
  )
556
  )
557
+ }, height = 750, width = 750)
558
  }
559
 
560
  # Run the app