Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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))
|