FahadAlam commited on
Commit
5ceed16
1 Parent(s): 0cf4525

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ def findCorrelation():
25
  return fig1, fig2, plt
26
 
27
  demo = gr.Interface(fn=findCorrelation, inputs=[], outputs=[gr.Plot(), gr.Plot(), gr.Plot()], title="Find correlation")
28
- demo.launch()
 
25
  return fig1, fig2, plt
26
 
27
  demo = gr.Interface(fn=findCorrelation, inputs=[], outputs=[gr.Plot(), gr.Plot(), gr.Plot()], title="Find correlation")
28
+ demo.launch()