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

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -118,7 +118,7 @@ ui <- dashboardPage(
118
  title = strong("Global Leadership Project (GLP)"),
119
  solidHeader = TRUE,
120
  div(
121
- style = "height: 50vh; padding: 10px;", # Adjusted height to make space
122
  girafeOutput("cartogramPlot", width = "100%", height = "100%")
123
  )
124
  )
 
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
  )