cdactvm commited on
Commit
3242b8e
·
verified ·
1 Parent(s): e502b44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ for word in textnum.split():
226
  if onnumber:
227
  curstring += repr(result + current)
228
 
229
- return curstring
230
 
231
  # Convert sentence to transcript using Soundex
232
  def sentence_to_transcript(sentence, word_to_code_map):
 
226
  if onnumber:
227
  curstring += repr(result + current)
228
 
229
+ return curstring
230
 
231
  # Convert sentence to transcript using Soundex
232
  def sentence_to_transcript(sentence, word_to_code_map):