BatuhanYilmaz
commited on
Commit
·
8ffe267
1
Parent(s):
288e941
Update 01_🎥_Input_YouTube_Link.py
Browse files
01_🎥_Input_YouTube_Link.py
CHANGED
@@ -246,7 +246,7 @@ def main():
|
|
246 |
st.video(video_with_subs)
|
247 |
st.balloons()
|
248 |
with col8:
|
249 |
-
st.download_button(label="Download Subtitled Video",
|
250 |
data=video_with_subs,
|
251 |
file_name=f"{title} with subtitles.mp4")
|
252 |
else:
|
|
|
246 |
st.video(video_with_subs)
|
247 |
st.balloons()
|
248 |
with col8:
|
249 |
+
st.download_button(label="Download Subtitled Video ",
|
250 |
data=video_with_subs,
|
251 |
file_name=f"{title} with subtitles.mp4")
|
252 |
else:
|