lokesh341 commited on
Commit
0dc24f9
·
verified ·
1 Parent(s): 754fb46

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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, 4000);
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>