diff --git a/html/src/app.js b/html/src/app.js
index 34cec2a8..b101e5c9 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -3030,7 +3030,7 @@ speechSynthesis.getVoices();
});
}
} else {
- var n = Math.floor(Math.random() * (50 + 1)) + 50;
+ var n = Math.floor(Math.random() * (64 + 1)) + 64;
this.bulk({
fn,
N,