pham thuy tien commited on
Commit
fad3fca
·
verified ·
1 Parent(s): b38a108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -281,7 +281,7 @@ def get_transcript(video_id):
281
  for t in transcript_data:
282
  if t['text'].lower() not in words_to_remove:
283
  tran.append(t['text'])
284
- else
285
  print(t['text'].lower())
286
 
287
  return ' '.join(tran)
 
281
  for t in transcript_data:
282
  if t['text'].lower() not in words_to_remove:
283
  tran.append(t['text'])
284
+ else:
285
  print(t['text'].lower())
286
 
287
  return ' '.join(tran)