Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
@@ -139,6 +139,8 @@
|
|
139 |
|
140 |
<script>
|
141 |
let recognition;
|
|
|
|
|
142 |
if ('webkitSpeechRecognition' in window) {
|
143 |
recognition = new webkitSpeechRecognition();
|
144 |
recognition.continuous = false;
|
@@ -339,4 +341,3 @@
|
|
339 |
</body>
|
340 |
</html>
|
341 |
|
342 |
-
|
|
|
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;
|
|
|
341 |
</body>
|
342 |
</html>
|
343 |
|
|