Spaces:
Sleeping
Sleeping
Update static/js/design.js
Browse files- 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 = () => {
|