Manasa1 commited on
Commit
adaac00
·
verified ·
1 Parent(s): 452da62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def app_interface():
60
  # ScatterPlot component for displaying the ESG data
61
  scatter_plot = gr.ScatterPlot(plot_df, x="ESG Category", y="Score", overlay_point=True)
62
  # BarPlot component for displaying the ESG data
63
- bar_plot = gr.BarPlot(plot_df x="ESG Category", y="Score")
64
 
65
  # File output for CSV download
66
  csv_output = gr.File(label="Download CSV")
 
60
  # ScatterPlot component for displaying the ESG data
61
  scatter_plot = gr.ScatterPlot(plot_df, x="ESG Category", y="Score", overlay_point=True)
62
  # BarPlot component for displaying the ESG data
63
+ bar_plot = gr.BarPlot(plot_df, x="ESG Category", y="Score")
64
 
65
  # File output for CSV download
66
  csv_output = gr.File(label="Download CSV")