Update README.md
Browse files
README.md
CHANGED
|
@@ -4,20 +4,30 @@ emoji: 💧
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# 💧 EPANET Simulation with WNTR (
|
| 13 |
|
| 14 |
-
This
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
## 🛠 Requirements
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
```bash
|
| 23 |
-
pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.15.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# 💧 EPANET Simulation with WNTR (Full Results)
|
| 13 |
|
| 14 |
+
This app lets you upload an EPANET `.inp` file and run a simulation using WNTR. You'll get:
|
| 15 |
+
- Full result tables (DataFrames)
|
| 16 |
+
- Interactive Plotly charts
|
| 17 |
+
- Downloadable CSVs
|
| 18 |
|
| 19 |
+
Perfect for water system modelers, engineers, and students.
|
|
|
|
|
|
|
| 20 |
|
| 21 |
+
## 🚀 Run Locally
|
| 22 |
|
| 23 |
```bash
|
| 24 |
+
pip install -r requirements.txt
|
| 25 |
+
python app.py
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
## 🌐 Deploy on Hugging Face
|
| 29 |
+
|
| 30 |
+
All files included:
|
| 31 |
+
- `app.py`
|
| 32 |
+
- `requirements.txt`
|
| 33 |
+
- `README.md`
|