Ifeanyi commited on
Commit
301bbeb
·
1 Parent(s): a215634

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -1
app.R CHANGED
@@ -118,7 +118,8 @@ output$plot <- renderPlotly({
118
  Sys.sleep(0.25)
119
  }
120
  })
121
-
 
122
  trend2()
123
 
124
  })
 
118
  Sys.sleep(0.25)
119
  }
120
  })
121
+
122
+ req(input$run)
123
  trend2()
124
 
125
  })