Install poetry into your development environment or use VSCode with the attached devcontainer configurations that have poetry pre-installed.
Execute the demo via a python console script:
poetry install
poetry shell
streamlit-demo-parameters
Or execute the demo via streamlit:
poetry install
poetry shell
streamlit run demo.py