cjerzak commited on
Commit
f59d741
·
verified ·
1 Parent(s): ac4d567

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -3
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
- Speedups greatest in high-dimensional or large-N settings.
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