diff --git a/__pycache__/context.cpython-312.pyc b/__pycache__/context.cpython-312.pyc index 0c791d9..9989700 100644 Binary files a/__pycache__/context.cpython-312.pyc and b/__pycache__/context.cpython-312.pyc differ diff --git a/context.py b/context.py index b93aca7..9ac6834 100644 --- a/context.py +++ b/context.py @@ -308,7 +308,7 @@ page_17_context = { page_18_context = { "body_fat_percentage_chart": image_to_base64( - "/home/oluwasanmi/Documents/Work/MKD/report_generation/graphs/body_fat_percentage_chart.png" + "/home/oluwasanmi/Documents/Work/MKD/report_generation/graphs/fat_percent_master_chart.png" ), } diff --git a/graphs/body_fat_percentage_chart.png b/graphs/body_fat_percentage_chart.png deleted file mode 100644 index f9218ea..0000000 Binary files a/graphs/body_fat_percentage_chart.png and /dev/null differ diff --git a/graphs/fat_percent_master_chart.png b/graphs/fat_percent_master_chart.png new file mode 100644 index 0000000..7e24de3 Binary files /dev/null and b/graphs/fat_percent_master_chart.png differ diff --git a/multi_page_report.pdf b/multi_page_report.pdf index 5d74680..a54b515 100644 Binary files a/multi_page_report.pdf and b/multi_page_report.pdf differ