Spaces:
Running
Running
Update app.R
Browse files
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
|
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))
|