Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -175,7 +175,7 @@ output$down_edges <- downloadHandler(
|
|
175 |
}
|
176 |
)
|
177 |
|
178 |
-
# create shiny alert
|
179 |
observeEvent(input$info,{
|
180 |
shinyalert(
|
181 |
text = "Please note that the bigger the search window,
|
|
|
175 |
}
|
176 |
)
|
177 |
|
178 |
+
# create shiny alert popup
|
179 |
observeEvent(input$info,{
|
180 |
shinyalert(
|
181 |
text = "Please note that the bigger the search window,
|