Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -147,7 +147,7 @@
|
|
147 |
});
|
148 |
}
|
149 |
window.onload = function () {
|
150 |
-
speak("Welcome to Biryani Hub.");
|
151 |
|
152 |
setTimeout(startListeningForName, 4000);
|
153 |
};
|
|
|
147 |
});
|
148 |
}
|
149 |
window.onload = function () {
|
150 |
+
speak("Welcome to Biryani Hub. Please tell me your name to start the registration.");
|
151 |
|
152 |
setTimeout(startListeningForName, 4000);
|
153 |
};
|