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

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -38,7 +38,7 @@ ui <- list(useShinyjs(),navbarPage(windowTitle = "TrendChecker",
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 Query"),icon("caret-right"))
42
  ),
43
  mainPanel(
44
  withSpinner(plotlyOutput("plot"),type = 8))
 
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(
44
  withSpinner(plotlyOutput("plot"),type = 8))