Almaatla commited on
Commit
7b81fdf
·
verified ·
1 Parent(s): acc4091

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -0
index.html CHANGED
@@ -66,6 +66,8 @@
66
  </div>
67
 
68
  <script>
 
 
69
  async function transcribeAudio() {
70
  const apiKey = document.apiKey;
71
  const apiBaseUrl = document.apiBaseUrl;
 
66
  </div>
67
 
68
  <script>
69
+ document.apiKey = null;
70
+ document.apiBaseUrl = null;
71
  async function transcribeAudio() {
72
  const apiKey = document.apiKey;
73
  const apiBaseUrl = document.apiBaseUrl;