Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -89,7 +89,7 @@ text_input <- reactive(input$text)
|
|
89 |
|
90 |
trend <- function(){
|
91 |
|
92 |
-
gt <- gtrends(keyword =
|
93 |
time = radio_time())
|
94 |
|
95 |
p <- plot(gt)
|
|
|
89 |
|
90 |
trend <- function(){
|
91 |
|
92 |
+
gt <- gtrends(keyword = text_input(),geo = check_input(),gprop = radio_input(),
|
93 |
time = radio_time())
|
94 |
|
95 |
p <- plot(gt)
|