GilbertClaus commited on
Commit
c5e0922
·
1 Parent(s): fe80dfd

Update other.py

Browse files
Files changed (1) hide show
  1. other.py +1 -1
other.py CHANGED
@@ -59,7 +59,7 @@ def session(video_info, video_file, cut):
59
  st.download_button(
60
  label=f"Download {hasil}Video",
61
  data=file_contents,
62
- file_name=st.session_state.video_file.replace('/home/user/app/Hasil Potong', '').title().replace('Mp4', 'mp4'),
63
  mime='application/octet-stream'
64
  )
65
 
 
59
  st.download_button(
60
  label=f"Download {hasil}Video",
61
  data=file_contents,
62
+ file_name=st.session_state.video_file.replace('/home/user/app/Hasil Potong/', '').title().replace('Mp4', 'mp4'),
63
  mime='application/octet-stream'
64
  )
65