Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ def home():
|
|
| 87 |
|
| 88 |
function clearTranscription() {
|
| 89 |
liveOutput.textContent = '';
|
| 90 |
-
|
| 91 |
}
|
| 92 |
|
| 93 |
// Start and stop functions
|
|
|
|
| 87 |
|
| 88 |
function clearTranscription() {
|
| 89 |
liveOutput.textContent = '';
|
| 90 |
+
lastTranscription = '';
|
| 91 |
}
|
| 92 |
|
| 93 |
// Start and stop functions
|