Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -41,7 +41,7 @@ ui <- list(useShinyjs(),navbarPage(windowTitle = "TrendChecker",
|
|
41 |
actionButton("run",strong("Run Search"),icon("caret-right"))
|
42 |
),
|
43 |
mainPanel(
|
44 |
-
withSpinner(
|
45 |
downloadButton("plot_download","Download",icon = icon("download"))),
|
46 |
|
47 |
|
|
|
41 |
actionButton("run",strong("Run Search"),icon("caret-right"))
|
42 |
),
|
43 |
mainPanel(
|
44 |
+
withSpinner(plotlyOutput("plot", width = "113%", height = "450px"),type = 8),
|
45 |
downloadButton("plot_download","Download",icon = icon("download"))),
|
46 |
|
47 |
|