Spaces:
Running
Running
fixed left arrow
Browse files
app/app.R
CHANGED
@@ -1109,11 +1109,11 @@ server <- function(input, output) {
|
|
1109 |
})
|
1110 |
|
1111 |
output$text_next <- renderText({
|
1112 |
-
if (length(react_ls_model()) >= 1) "Step 3: Performance Summary (see
|
1113 |
})
|
1114 |
|
1115 |
output$text_note <- renderText({
|
1116 |
-
if (length(react_ls_model()) >= 1) "Note: you can also download [Raw Data] and check out our [Community Events] (see
|
1117 |
})
|
1118 |
|
1119 |
|
|
|
1109 |
})
|
1110 |
|
1111 |
output$text_next <- renderText({
|
1112 |
+
if (length(react_ls_model()) >= 1) "Step 3: Performance Summary (see <--)" else " "
|
1113 |
})
|
1114 |
|
1115 |
output$text_note <- renderText({
|
1116 |
+
if (length(react_ls_model()) >= 1) "Note: you can also download [Raw Data] and check out our [Community Events] (see <--)" else " "
|
1117 |
})
|
1118 |
|
1119 |
|