hello!
how can i run executables on a Streamlit application deployed using community cloud?
i’ve seen people writing that it’s not possible to run .exe files on Debian (on which Streamlit is based), but i guess there must be a way to do that, right?
are there any other possibilities?
thanks
You can try Wine.
Did you install wine?
yes on my machine, but how do i install it on streamlit?
You add it to packages.txt.
