diff --git a/scripts/advanced.php b/scripts/advanced.php index 36bd8b6..e017d73 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -326,10 +326,10 @@ if (file_exists('./scripts/thisrun.txt')) { // Update the current slider value (each time you drag the slider handle) slider.oninput = function() { output.innerHTML = this.value; - document.getElementById("predictionCount").innerHTML = parseInt((this.value * )/100); + document.getElementById("predictionCount").innerHTML = parseInt(Math.max(10, (this.value * )/100)); } -
If a Human is predicted anywhere among the top predictions, the sample will be considered of human origin and no data will be collected. Start with 1% and move up as needed.
+If a Human is predicted anywhere among the top predictions, the sample will be considered of human origin and no data will be collected. Start with 1% and move up as needed.