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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -280,6 +280,8 @@ def get_transcript(video_id):
280
 
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())
 
280
 
281
  for t in transcript_data:
282
  if t['text'].lower() not in words_to_remove:
283
+ print(t['text'])
284
+ print(t['text'].lower())
285
  tran.append(t['text'])
286
  else:
287
  print(t['text'].lower())