Mattia Tantardini 33643e20a5 build(pyproject): removed fpdf2 package from required dependencies since it is not used in example 3 år sedan
..
src 60029dfc4e Redo: add streamlit example (#238) 3 år sedan
README.md 60029dfc4e Redo: add streamlit example (#238) 3 år sedan
installer.cfg 60029dfc4e Redo: add streamlit example (#238) 3 år sedan
poetry.lock 33643e20a5 build(pyproject): removed fpdf2 package from required dependencies since it is not used in example 3 år sedan
pyproject.toml 33643e20a5 build(pyproject): removed fpdf2 package from required dependencies since it is not used in example 3 år sedan

README.md

Streamlit deployment via pynsist

This is an example on how to deploy a streamlit app using pynsist. The example also includes the required packages to run plotly inside the app.

The extra wheels of the package blinkeris required (can't be found on Pypi).

Here you can find additional information on why the src/run_app.py has the chosen structure.

The browser tab with the app should open automatically after a brief delay. This is done to avoid the tab opening while streamlit is still starting, so that this results in a Cannot reach localhost:8501 error.