Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +0 -2
templates/index.html
CHANGED
@@ -139,8 +139,6 @@
|
|
139 |
|
140 |
<script>
|
141 |
let recognition;
|
142 |
-
let emailCaptured = "";
|
143 |
-
let mobileCaptured = "";
|
144 |
if ('webkitSpeechRecognition' in window) {
|
145 |
recognition = new webkitSpeechRecognition();
|
146 |
recognition.continuous = false;
|
|
|
139 |
|
140 |
<script>
|
141 |
let recognition;
|
|
|
|
|
142 |
if ('webkitSpeechRecognition' in window) {
|
143 |
recognition = new webkitSpeechRecognition();
|
144 |
recognition.continuous = false;
|