GilangAlRusliadi commited on
Commit
fe87b6d
·
1 Parent(s): 2cf399d
Files changed (1) hide show
  1. others.py +1 -1
others.py CHANGED
@@ -74,7 +74,7 @@ def session(video_info, video_file, thumbnail_file, choice):
74
  label=f"Download {hasil}Video",
75
  data=file_contents,
76
  file_name=st.session_state.video_file.split("/")[-1].title().replace('Mp4', 'mp4'),
77
- mime='application/octet-stream'
78
  )
79
 
80
  def convert_size(size_bytes):
 
74
  label=f"Download {hasil}Video",
75
  data=file_contents,
76
  file_name=st.session_state.video_file.split("/")[-1].title().replace('Mp4', 'mp4'),
77
+ mime='video/mp4'
78
  )
79
 
80
  def convert_size(size_bytes):