--- title: "ASME Section VIII Calculator" emoji: "🔧" colorFrom: "indigo" colorTo: "purple" sdk: "streamlit" sdk_version: "1.49.1" app_file: app.py pinned: false --- # ASME Section VIII — Preliminary Pressure Vessel Calculator (Streamlit) This Space runs a Streamlit app in `app.py`. **Disclaimer:** This is a preliminary design tool. Verify final calculations with a licensed professional engineer. To run locally: ```bash python -m pip install -r requirements.txt streamlit run app.py