Subbu1304 commited on
Commit
7981b12
·
verified ·
1 Parent(s): 28a24c5

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -151,7 +151,7 @@
151
  }
152
 
153
  function askLoginOrRegister() {
154
- speak("Are you a new customer or an existing customer? Say 'new' to register or 'existing' to login.", function () {
155
  recognition.start();
156
  recognition.onresult = function (event) {
157
  let response = event.results[0][0].transcript.trim().toLowerCase();
 
151
  }
152
 
153
  function askLoginOrRegister() {
154
+ speak("Welcome to Biryani Hub. Are you a new customer or an existing customer? Say 'new' to register or 'existing' to login.", function () {
155
  recognition.start();
156
  recognition.onresult = function (event) {
157
  let response = event.results[0][0].transcript.trim().toLowerCase();