Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- 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 |
|