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

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +0 -1
templates/index.html CHANGED
@@ -102,7 +102,6 @@
102
  const nameInput = document.getElementById('name');
103
  const emailInput = document.getElementById('email');
104
 
105
- // Change status to indicate that we're listening for the name
106
  status.textContent = 'Listening for your name...';
107
  recognition.start(); // Start voice recognition
108
 
 
102
  const nameInput = document.getElementById('name');
103
  const emailInput = document.getElementById('email');
104
 
 
105
  status.textContent = 'Listening for your name...';
106
  recognition.start(); // Start voice recognition
107