CoolFace
Apppublic

gabekafka/wind_pressure

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
App README

Wind Pressure (ASCE 7-22)

Streamlit UI for the ASCE 7-22 wind load parameter "ingredients" and a Kz profile preview. Entry point: app.py (imports INGREDIENTS.py).

Local

make run-ingredients

Deploy to Hugging Face Spaces

1) Create a new Space (Streamlit SDK). 2) Push these files: app.py, INGREDIENTS.py, requirements.txt, runtime.txt, Kz.py, Makefile, README.md. 3) If the Space entrypoint isn't auto-detected, set App file to app.py in Space Settings. 4) The Space will build automatically and serve the Streamlit app.