Skip to content

Commit

Permalink
Shift UI contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jul 5, 2019
1 parent 65f7284 commit 5357713
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ ui <- fluidPage(
sliderInput("rem", "Re-purposing of car parking spaces", min = 0, max = 100, value = 5),
sliderInput("obs", "Investment (US $ millions):", min = 0, max = 50, value = 0.5, step = 0.1)
),
leafletOutput("mymap"),
column(width = 9,
leafletOutput("mymap")
),
p(),
actionButton("recalc", "New points")
actionButton("recalc", "Recalculate scenario")
)

server <- function(input, output, session) {
Expand Down

0 comments on commit 5357713

Please sign in to comment.