Almaatla commited on
Commit
4c725ee
·
verified ·
1 Parent(s): 504df01

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -73,6 +73,7 @@
73
  const transcriptionDiv = document.getElementById('transcription');
74
 
75
  if (!apiKey || !audioFile) {
 
76
  alert('Please provide both API key and a WAV file.');
77
  return;
78
  }
 
73
  const transcriptionDiv = document.getElementById('transcription');
74
 
75
  if (!apiKey || !audioFile) {
76
+ console.log(apiKey);
77
  alert('Please provide both API key and a WAV file.');
78
  return;
79
  }