razaali10 commited on
Commit
9d334a8
·
verified ·
1 Parent(s): d8a8794

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,19 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # 💧 EPANET Simulation with WNTR (Gradio Version)
2
 
3
- 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 support.
4
 
5
  ---
6
 
7
  ## 🚀 Features
8
 
9
  - Upload `.inp` files directly
10
- - Run WNTR hydraulic simulation
11
  - View results for:
12
  - Node Pressures
13
  - Tank Water Levels
14
  - Node Demands
15
  - Download results as CSV
16
- - Plot results with interactive Plotly graphs
17
 
18
  ---
19
 
 
1
+ ---
2
+ title: EPANET Simulation with WNTR
3
+ emoji: 💧
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 (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 interactive Plotly graphs.
15
 
16
  ---
17
 
18
  ## 🚀 Features
19
 
20
  - Upload `.inp` files directly
21
+ - Run hydraulic simulation using WNTR
22
  - View results for:
23
  - Node Pressures
24
  - Tank Water Levels
25
  - Node Demands
26
  - Download results as CSV
27
+ - Plot results using Plotly
28
 
29
  ---
30