Ifeanyi commited on
Commit
a215634
·
1 Parent(s): 46ca90b

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +4 -4
app.R CHANGED
@@ -34,10 +34,10 @@ ui <- list(useShinyjs(),navbarPage(windowTitle = "TrendChecker",
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,
36
  and across different countries by calling the Google trend api. Search hit of 100 is the indicator of optimum popularity, while other hits are measured relative to the optimum."))),h4(strong("Controls")),hr(),
37
- textInput("text",strong("Enter Search Term"),value = "Soccer"),
38
- checkboxGroupInput("check",strong("Select Country(ies)"),choices = c("USA" = "US","UK" = "GB","Germany" = "DE","Netherlands" = "NL","Nigeria" = "NG","Japan" = "JP"),selected = "US"),
39
- radioButtons("radio",strong("Choose Trend Source"),choices = c("Web","News","YouTube","Images"),selected = "News"),
40
- radioButtons("time",strong("Select Time Frame"),choices = c("Last Hour","Last Four Hours","Last Day","Last Seven Days","Past 30 Days","Past 90 Days","Past 12 Months","Last Five Years"),selected = "Last Seven Days"),
41
  actionButton("run",strong("Run Search"),icon("caret-right"))
42
  ),
43
  mainPanel(
 
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,
36
  and across different countries by calling the Google trend api. Search hit of 100 is the indicator of optimum popularity, while other hits are measured relative to the optimum."))),h4(strong("Controls")),hr(),
37
+ textInput("text",strong("Enter Search Term")),
38
+ checkboxGroupInput("check",strong("Select Country(ies)"),choices = c("USA" = "US","UK" = "GB","Germany" = "DE","Netherlands" = "NL","Nigeria" = "NG","Japan" = "JP")),
39
+ radioButtons("radio",strong("Choose Trend Source"),choices = c("Web","News","YouTube","Images")),
40
+ radioButtons("time",strong("Select Time Frame"),choices = c("Last Hour","Last Four Hours","Last Day","Last Seven Days","Past 30 Days","Past 90 Days","Past 12 Months","Last Five Years")),
41
  actionButton("run",strong("Run Search"),icon("caret-right"))
42
  ),
43
  mainPanel(