GilangAlRusliadi commited on
Commit
139b9e5
·
1 Parent(s): 70367d1
Files changed (1) hide show
  1. others.py +1 -1
others.py CHANGED
@@ -62,7 +62,7 @@ def session(video_info, video_file, thumbnail_file, choice):
62
  with open(st.session_state.video_file, 'rb') as f:
63
  file_contents = f.read()
64
  st.download_button(
65
- label=f"Download {hasil}Video",
66
  data=file_contents,
67
  file_name=st.session_state.video_file.split("/")[-1].title().replace('Mp4', 'mp4'),
68
  mime='video/mp4'
 
62
  with open(st.session_state.video_file, 'rb') as f:
63
  file_contents = f.read()
64
  st.download_button(
65
+ label=f"Download {hasil} Video",
66
  data=file_contents,
67
  file_name=st.session_state.video_file.split("/")[-1].title().replace('Mp4', 'mp4'),
68
  mime='video/mp4'