johnpaulbin commited on
Commit
f84dde7
1 Parent(s): 601c3c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -88,6 +88,7 @@ def home():
88
 
89
  function appendDelimiter() {
90
  lastTranscription += 'DELIMIN';
 
91
  }
92
 
93
  document.getElementById('start').addEventListener('click', () => {
 
88
 
89
  function appendDelimiter() {
90
  lastTranscription += 'DELIMIN';
91
+ currentTranscription += 'DELIMIN';
92
  }
93
 
94
  document.getElementById('start').addEventListener('click', () => {