Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -149,8 +149,8 @@
|
|
149 |
window.speechSynthesis.speak(speech);
|
150 |
}
|
151 |
function askLoginOrRegister() {
|
152 |
-
|
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();
|