cjerzak commited on
Commit
8ee4144
·
verified ·
1 Parent(s): 5336c61

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -1
app.R CHANGED
@@ -1,5 +1,6 @@
1
  # setwd("~/Downloads")
2
 
 
3
  options(error = NULL)
4
  library(shiny)
5
  library(shinydashboard)
@@ -118,7 +119,7 @@ ui <- dashboardPage(
118
  title = strong("Global Leadership Project (GLP)"),
119
  solidHeader = TRUE,
120
  div(
121
- style = "height: 60vh; padding: 10px;", # Adjusted height to make space
122
  girafeOutput("cartogramPlot", width = "100%", height = "100%")
123
  )
124
  )
 
1
  # setwd("~/Downloads")
2
 
3
+
4
  options(error = NULL)
5
  library(shiny)
6
  library(shinydashboard)
 
119
  title = strong("Global Leadership Project (GLP)"),
120
  solidHeader = TRUE,
121
  div(
122
+ style = "height: 65vh; padding: 10px;", # Adjusted height to make space
123
  girafeOutput("cartogramPlot", width = "100%", height = "100%")
124
  )
125
  )