Update app.R
Browse files
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)
|