Enter into the project directory
$ cd stremlit-app
Create a Python virtual environment,
$ poetry env use python3.12Activate the Python virtual environment,
$ poetry shellInstall Python packages
$ poetry installRun the example with Streamlit
$ streamlit run src/streamlit_app/main.pyThen visit `http://127.0.0.1:8501.