Hello,
Has anyone had any success implementing Streamlit with Tauri (rust) backend to turn streamlit into a standalone windows/mac app.
I have been able to successfully package streamlit with pyinstaller into a binary and run it as a Tauri binary but found that the streamlit server is never killed when the app is closed.
Thanks