A Streamlit application for visualizing and comparing zoning scenario impacts on housing units, including city locations, bedroom counts, and parking allocations.
-
Install dependencies:
pip install -r requirements.txt -
Run the app with auto-reload:
streamlit run streamlit_app.py --server.runOnSave=true