Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -740,9 +740,8 @@ server <- function(input, output, session) {
|
|
740 |
HTML(paste(
|
741 |
"<strong>System Hardware Info:</strong><br/>",
|
742 |
"Number of CPU cores detected:", num_cores, "<br/>",
|
743 |
-
"With additional CPU or GPU, greater speedups can be expected
|
744 |
-
|
745 |
-
"
|
746 |
))
|
747 |
})
|
748 |
|
|
|
740 |
HTML(paste(
|
741 |
"<strong>System Hardware Info:</strong><br/>",
|
742 |
"Number of CPU cores detected:", num_cores, "<br/>",
|
743 |
+
"With additional CPU or GPU, greater speedups can be expected.<br/>",
|
744 |
+
"Note: Speedups greatest in high-dimensional or large-N settings.<br/>"
|
|
|
745 |
))
|
746 |
})
|
747 |
|