lokesh341 commited on
Commit
e7ce2e2
·
verified ·
1 Parent(s): 994714e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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 = 'Listening for your email...';
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
+