Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
@@ -113,7 +113,7 @@
|
|
113 |
if (!isNameCaptured) {
|
114 |
// If name is empty, fill it with the recognized text
|
115 |
nameInput.value = transcript;
|
116 |
-
status.textContent = '
|
117 |
isNameCaptured = true; // Mark name as captured
|
118 |
recognition.stop(); // Stop listening for name
|
119 |
recognition.start(); // Start listening for email
|
@@ -142,3 +142,4 @@
|
|
142 |
</script>
|
143 |
</body>
|
144 |
</html>
|
|
|
|
113 |
if (!isNameCaptured) {
|
114 |
// If name is empty, fill it with the recognized text
|
115 |
nameInput.value = transcript;
|
116 |
+
status.textContent = 'Tell me your email...';
|
117 |
isNameCaptured = true; // Mark name as captured
|
118 |
recognition.stop(); // Stop listening for name
|
119 |
recognition.start(); // Start listening for email
|
|
|
142 |
</script>
|
143 |
</body>
|
144 |
</html>
|
145 |
+
|