Tri4 commited on
Commit
c32edfc
·
verified ·
1 Parent(s): 0e569c2

Update static/js/design.js

Browse files
Files changed (1) hide show
  1. static/js/design.js +1 -0
static/js/design.js CHANGED
@@ -31,6 +31,7 @@ const startRecording = async () => {
31
  };
32
  mediaRecorder.start();
33
  circle.classList.add('active');
 
34
  };
35
 
36
  const stopRecording = () => {
 
31
  };
32
  mediaRecorder.start();
33
  circle.classList.add('active');
34
+ transcribeButton.style.display = 'none'; // Hide transcribe button initially
35
  };
36
 
37
  const stopRecording = () => {