lokesh341 commited on
Commit
08b3f56
·
verified ·
1 Parent(s): 2cbf065

Update templates/index.html

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