sadickam commited on
Commit
1e0c688
·
verified ·
1 Parent(s): 51eb07c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ def generate_page_report(df_pages, report_file_name):
319
  df_doc, "", 'pred2',
320
  x_axis_title="Percentage (%) of aligned pages",
321
  y_axis_title="Secondary SDGs"
322
- ).write_image(second_sdg_plot_path, format='jpeg', scale=7, engine="kaleido"
323
 
324
  # Add plots to the Word document
325
  doc.add_picture(first_sdg_plot_path, width=Inches(6))
 
319
  df_doc, "", 'pred2',
320
  x_axis_title="Percentage (%) of aligned pages",
321
  y_axis_title="Secondary SDGs"
322
+ ).write_image(second_sdg_plot_path, format='jpeg', scale=7, engine="kaleido")
323
 
324
  # Add plots to the Word document
325
  doc.add_picture(first_sdg_plot_path, width=Inches(6))