Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -29,7 +29,7 @@ thematic_shiny()
|
|
29 |
|
30 |
ui <- list(useShinyjs(),navbarPage(windowTitle = "TrendChecker",
|
31 |
title = strong("TrendChecker"),theme = my_theme,
|
32 |
-
tabPanel(title = strong("Trend Over Time"),icon = icon("chart-line"),
|
33 |
sidebarLayout(
|
34 |
sidebarPanel(width = 3,actionButton("info",strong("About TrendChecker",icon("info"))),hr(),
|
35 |
hidden(tags$div(id = "about",h5("TrendChecker is a web application that enables users to monitor the search popularity of any subject of interest over time,
|
@@ -85,7 +85,7 @@ text_input <- reactive(input$text)
|
|
85 |
|
86 |
|
87 |
|
88 |
-
## Write the
|
89 |
|
90 |
trend <- function(){
|
91 |
|
|
|
29 |
|
30 |
ui <- list(useShinyjs(),navbarPage(windowTitle = "TrendChecker",
|
31 |
title = strong("TrendChecker"),theme = my_theme,
|
32 |
+
tabPanel(title = strong("Trend Over Time"),icon = icon("chart-line"),#firebaseUIContainer(),
|
33 |
sidebarLayout(
|
34 |
sidebarPanel(width = 3,actionButton("info",strong("About TrendChecker",icon("info"))),hr(),
|
35 |
hidden(tags$div(id = "about",h5("TrendChecker is a web application that enables users to monitor the search popularity of any subject of interest over time,
|
|
|
85 |
|
86 |
|
87 |
|
88 |
+
## Write the function
|
89 |
|
90 |
trend <- function(){
|
91 |
|