Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rundel committed Aug 11, 2024
1 parent a733b81 commit c90ed45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions demos/demo10.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ d_vars = c("Average temp" = "temp_avg",
"Snow depth" = "snow",
"Wind direction" = "wind_direction",
"Wind speed" = "wind_speed",
"Air pressure" = "air_press",
"Total sunshine" = "total_sun")
"Air pressure" = "air_press")

ui = page_sidebar(
title = "Weather Forecasts",
title = "Weather Data",
sidebar = sidebar(
selectInput(
"region", "Select a region",
Expand Down
5 changes: 2 additions & 3 deletions demos/demo12/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ d_vars = c("Average temp" = "temp_avg",
"Snow depth" = "snow",
"Wind direction" = "wind_direction",
"Wind speed" = "wind_speed",
"Air pressure" = "air_press",
"Total sunshine" = "total_sun")
"Air pressure" = "air_press")

ui = page_sidebar(
title = "Weather Forecasts",
title = "Weather Data",
sidebar = sidebar(
selectInput(
"region", "Select a region",
Expand Down
2 changes: 1 addition & 1 deletion demos/demo12/site/app.json

Large diffs are not rendered by default.

0 comments on commit c90ed45

Please sign in to comment.