OwenStOnge commited on
Commit
a13c31e
·
verified ·
1 Parent(s): fcb4ae0

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -0
app.R CHANGED
@@ -1511,6 +1511,8 @@ server <- function(input, output, session) {
1511
  bat_tracking_parsed <- reactiveVal(NULL)
1512
  merge_result <- reactiveVal(NULL)
1513
  scraped_data <- reactiveVal(NULL)
 
 
1514
 
1515
  # Handle column selection buttons
1516
  observeEvent(input$select_all_cols, {
 
1511
  bat_tracking_parsed <- reactiveVal(NULL)
1512
  merge_result <- reactiveVal(NULL)
1513
  scraped_data <- reactiveVal(NULL)
1514
+
1515
+ scrape_status_msg <- reactiveVal("Ready.")
1516
 
1517
  # Handle column selection buttons
1518
  observeEvent(input$select_all_cols, {