Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -129,8 +129,8 @@
|
|
129 |
|
130 |
recognition.stop();
|
131 |
|
132 |
-
status.textContent = "Registration complete.";
|
133 |
-
speak("Registration complete.");
|
134 |
|
135 |
// Refresh after 20 seconds
|
136 |
setTimeout(() => location.reload(), 20000);
|
@@ -144,7 +144,7 @@
|
|
144 |
}
|
145 |
|
146 |
window.onload = function () {
|
147 |
-
setTimeout(startProcess,
|
148 |
};
|
149 |
</script>
|
150 |
</body>
|
|
|
129 |
|
130 |
recognition.stop();
|
131 |
|
132 |
+
status.textContent = "Registration complete .";
|
133 |
+
speak("Registration complete Go To The Next step and take the order what you want.");
|
134 |
|
135 |
// Refresh after 20 seconds
|
136 |
setTimeout(() => location.reload(), 20000);
|
|
|
144 |
}
|
145 |
|
146 |
window.onload = function () {
|
147 |
+
setTimeout(startProcess, 4000); // Start process after 4 second
|
148 |
};
|
149 |
</script>
|
150 |
</body>
|