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