Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 487 Bytes

File metadata and controls

39 lines (24 loc) · 487 Bytes

streamlit-app

Development environment

Enter into the project directory

$ cd stremlit-app

Create a Python virtual environment,

$ poetry env use python3.12

Activate the Python virtual environment,

$ poetry shell

Install Python packages

$ poetry install

Run Streamlit example

Run the example with Streamlit

$ streamlit run src/streamlit_app/main.py

Then visit `http://127.0.0.1:8501.