Geoeasy commited on
Commit
46fc9b1
·
verified ·
1 Parent(s): 50b6a4f

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -90,7 +90,7 @@ server <- function(input, output, session) {
90
  if (!nzchar(s)) return(NULL)
91
  div(style = "margin-bottom:8px;", strong("Status:"), span(s))
92
  })
93
- output$payload <- renderPrint(payload())
94
  }
95
 
96
  shinyApp(ui, server)
 
90
  if (!nzchar(s)) return(NULL)
91
  div(style = "margin-bottom:8px;", strong("Status:"), span(s))
92
  })
93
+ #output$payload <- renderPrint(payload())
94
  }
95
 
96
  shinyApp(ui, server)