lokesh341 commited on
Commit
2ea8d9c
·
verified ·
1 Parent(s): 2097e32

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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, 5000); // Start process after 5 second
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>