razaali10 commited on
Commit
ae3378a
·
verified ·
1 Parent(s): fdf1af5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -8
README.md CHANGED
@@ -4,20 +4,30 @@ emoji: 💧
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 5.29.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # 💧 EPANET Simulation with WNTR (Gradio Version)
13
 
14
- This Gradio web app allows you to upload an EPANET `.inp` file and simulate the water distribution system using the **WNTR (Water Network Tool for Resilience)** library. It returns results for node pressures, tank levels, and demands with CSV download and Plotly visualization.
 
 
 
15
 
16
- ---
17
-
18
- ## 🛠 Requirements
19
 
20
- Install locally:
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`