GilbertClaus commited on
Commit
194b56c
·
1 Parent(s): 790c234

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,3 +26,4 @@ if st.button("Download and Cut Video"):
26
  data=file_contents,
27
  file_name=video_file.replace('/home/user/app/', '').title().replace('Mp4', 'mp4'),
28
  mime='application/octet-stream'
 
 
26
  data=file_contents,
27
  file_name=video_file.replace('/home/user/app/', '').title().replace('Mp4', 'mp4'),
28
  mime='application/octet-stream'
29
+ )