AkashKhamkar commited on
Commit
82ce193
1 Parent(s): 33c8509

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -154,6 +154,7 @@ def clean_text(link,start,end):
154
 
155
  text = segment(transcript.at[0,'text'])
156
  for i in range(len(text)):
 
157
  sf.loc[i, 'Segmented_Text'] = text[i]
158
  sf.loc[i, 'video_id'] = transcript.at[0,'video_id']
159
 
 
154
 
155
  text = segment(transcript.at[0,'text'])
156
  for i in range(len(text)):
157
+ st.write('iteration no: ',i)
158
  sf.loc[i, 'Segmented_Text'] = text[i]
159
  sf.loc[i, 'video_id'] = transcript.at[0,'video_id']
160