Subbu1304 commited on
Commit
eee1892
·
verified ·
1 Parent(s): 97190bb

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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;