razaali10 commited on
Commit
4b878f6
·
verified ·
1 Parent(s): 91bfd20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def run_simulation (inp_file):
33
 
34
  # Define Gradio interface
35
  iface = gr.Interface(
36
- fn=simulate,
37
  inputs=gr.File(label="Upload EPANET .inp file"),
38
  outputs="text",
39
  title="💧 EPANET Simulation Tool (Gradio + WNTR)",
 
33
 
34
  # Define Gradio interface
35
  iface = gr.Interface(
36
+ fn=run_simulation,
37
  inputs=gr.File(label="Upload EPANET .inp file"),
38
  outputs="text",
39
  title="💧 EPANET Simulation Tool (Gradio + WNTR)",