Ifeanyi commited on
Commit
5304b24
1 Parent(s): 60d30df

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
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(plotOutput("plot", width = "113%", height = "450px"),type = 8),
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