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.
Hi there,
I have the same question after I tried the combination of Streamlit & PyQt (over 900M). Iβm looking for the function or component in Tauri thatβs similar to QWebEngineView. The issues with PyQt is that for embedding web app, it needs to include chromium while Tauri adops a different and smaller one.
Best,