Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|