reab5555 commited on
Commit
fb63a56
·
verified ·
1 Parent(s): 6642d96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, plot2, plot3, heatmap, plot4, plot5, plot6])
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()