Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -209,7 +209,7 @@
|
|
209 |
window.onload = function () {
|
210 |
speak("Welcome to Biryani Hub. Please tell me your name to start the registration.");
|
211 |
|
212 |
-
setTimeout(startListeningForName,
|
213 |
};
|
214 |
</script>
|
215 |
</body>
|
|
|
209 |
window.onload = function () {
|
210 |
speak("Welcome to Biryani Hub. Please tell me your name to start the registration.");
|
211 |
|
212 |
+
setTimeout(startListeningForName, 5000);
|
213 |
};
|
214 |
</script>
|
215 |
</body>
|