Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,4 +43,4 @@ def findCorrelation(dataset, target):
|
|
43 |
return labels, fig1, fig2, fig3, fig4
|
44 |
|
45 |
demo = gr.Interface(fn=findCorrelation, inputs=[gr.File(), 'text'], outputs=[gr.Label(), gr.Plot(), gr.Plot(), gr.Plot(), gr.Plot()], title="Find correlation")
|
46 |
-
demo.launch(debug=True)
|
|
|
43 |
return labels, fig1, fig2, fig3, fig4
|
44 |
|
45 |
demo = gr.Interface(fn=findCorrelation, inputs=[gr.File(), 'text'], outputs=[gr.Label(), gr.Plot(), gr.Plot(), gr.Plot(), gr.Plot()], title="Find correlation")
|
46 |
+
demo.launch(debug=True)
|