Skip to content

Commit

Permalink
Fix combos in web page
Browse files Browse the repository at this point in the history
  • Loading branch information
josejbocanegra committed Jul 3, 2024
1 parent 8a856b0 commit 82d3db0
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 7 deletions.
5 changes: 2 additions & 3 deletions shiny-apps/colopendata/climate/app.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
library(shiny)
#library(climate)
library(ColOpenData)
library(shinycssloaders)
library(shinyjs)

ui <- fluidPage(
useShinyjs(),
titlePanel("Shiny App Climate"),
titlePanel("Climate"),

sidebarLayout(
sidebarPanel(
Expand Down Expand Up @@ -159,4 +158,4 @@ server <- function(input, output, session) {

# Run the application
app <- shinyApp(ui = ui, server = server)
runApp(app, host ="0.0.0.0", port = 8180, launch.browser = TRUE)
#runApp(app, host ="0.0.0.0", port = 8180, launch.browser = TRUE)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: climate
title: climate
username: tracelac
account: tracelac
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 12271844
bundleId: 8821539
url: https://tracelac.shinyapps.io/climate/
version: 1
asMultiple: FALSE
asStatic: FALSE
2 changes: 1 addition & 1 deletion shiny-apps/colopendata/divipola/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ server <- function(input, output, session) {

# Run the application
app <- shinyApp(ui = ui, server = server)
runApp(app, host ="0.0.0.0", port = 8180, launch.browser = TRUE)
#runApp(app, host ="0.0.0.0", port = 8180, launch.browser = TRUE)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ account: tracelac
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 12244104
bundleId: 8796395
bundleId: 8821526
url: https://tracelac.shinyapps.io/divipola/
version: 1
asMultiple: FALSE
Expand Down
4 changes: 2 additions & 2 deletions shiny-apps/colopendata/population-projections/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ library(shinyjs)

ui <- fluidPage(
useShinyjs(),
titlePanel("Shiny App Population projections"),
titlePanel("Population projections"),

sidebarLayout(
sidebarPanel(
Expand Down Expand Up @@ -127,4 +127,4 @@ server <- function(input, output, session) {

# Run the application
app <- shinyApp(ui = ui, server = server)
runApp(app, host ="0.0.0.0", port = 8180, launch.browser = TRUE)
#runApp(app, host ="0.0.0.0", port = 8180, launch.browser = TRUE)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: population-projections
title: population-projections
username: tracelac
account: tracelac
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 12271858
bundleId: 8821547
url: https://tracelac.shinyapps.io/population-projections/
version: 1
asMultiple: FALSE
asStatic: FALSE

0 comments on commit 82d3db0

Please sign in to comment.