Ifeanyi commited on
Commit
a6d3d0b
·
1 Parent(s): c2c1794

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
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 trend function
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