Hi @Dackefejd, welcome to the Streamlit community!
I suspect the fix might be as simple as specifying the encoding in the encode statement:
object_to_download.encode("UTF-8")
Best,
Randy
Hi @Dackefejd, welcome to the Streamlit community!
I suspect the fix might be as simple as specifying the encoding in the encode statement:
object_to_download.encode("UTF-8")
Best,
Randy