Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -226,7 +226,7 @@ with gr.Blocks() as iface:
|
|
| 226 |
heatmap = gr.Image(label="Pearson Correlation Heatmap")
|
| 227 |
|
| 228 |
analyze_btn.click(fn=run_analysis, inputs=[csv_file, feature_columns, target_column],
|
| 229 |
-
outputs=[plot1,
|
| 230 |
|
| 231 |
# Launch the app
|
| 232 |
iface.launch()
|
|
|
|
| 226 |
heatmap = gr.Image(label="Pearson Correlation Heatmap")
|
| 227 |
|
| 228 |
analyze_btn.click(fn=run_analysis, inputs=[csv_file, feature_columns, target_column],
|
| 229 |
+
outputs=[plot1, plot4, plot2, plot5, plot3, plot6, heatmap])
|
| 230 |
|
| 231 |
# Launch the app
|
| 232 |
iface.launch()
|