Download docx file in streamlit

Hi all,

Is it possible to download docx file in streamlit?

What I hope to do is using python-docx to create a docx file first, and then click on a button or link to download the docx-file that I have created.

Thanks all!