Streamlit Hello World This is a minimal Streamlit app. Setup (Windows PowerShell) Create and activate a virtual environment (optional but recommended): python -m venv .venv; .\.venv\Scripts\Activate.ps1 Install dependencies: pip install -r requirements.txt Run the app: streamlit run app.py