Hi @BeyondMyself,
The value for the mime argument in st.download_button depends on the file type.
| File | MIME type |
|---|---|
| .zip | application/zip |
| .rar | application/octet-stream |
| .7z | application/octet-stream |
Have you tried using the appropriate MIME type?
Best, 
Snehan