johnpaulbin commited on
Commit
08104f0
·
verified ·
1 Parent(s): 0bd32c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def home():
87
 
88
  function clearTranscription() {
89
  liveOutput.textContent = '';
90
- currentTranscription = '';
91
  }
92
 
93
  // Start and stop functions
 
87
 
88
  function clearTranscription() {
89
  liveOutput.textContent = '';
90
+ lastTranscription = '';
91
  }
92
 
93
  // Start and stop functions