JaMugen commited on
Commit
cd04722
·
1 Parent(s): 09619a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ captions = download_video_transcript(url)
20
  if captions:
21
  st.write(captions)
22
  else:
23
- st.write(Provided url did contain captions)
 
20
  if captions:
21
  st.write(captions)
22
  else:
23
+ st.write("Provided url did contain captions")