--- title: EPANET Simulation with WNTR emoji: 💧 colorFrom: blue colorTo: green sdk: gradio sdk_version: 5.29.0 app_file: app.py pinned: false --- # 💧 EPANET Simulation with WNTR (Full Results) This app lets you upload an EPANET `.inp` file and run a simulation using WNTR. You'll get: - Full result tables (DataFrames) - Interactive Plotly charts - Downloadable CSVs Perfect for water system modelers, engineers, and students. ## 🚀 Run Locally ```bash pip install -r requirements.txt python app.py ``` ## 🌐 Deploy on Hugging Face All files included: - `app.py` - `requirements.txt` - `README.md`