Refactor code structure for improved readability and maintainability
This commit is contained in:
+3
-1
@@ -32,6 +32,8 @@ page_4_context = {
|
||||
"body_fat_chart": image_to_base64(
|
||||
"/home/oluwasanmi/Documents/Work/MKD/report_generation/graphs/body_fat_percent_chart.png"
|
||||
),
|
||||
|
||||
"fat_percentage": "22.4",
|
||||
}
|
||||
|
||||
|
||||
@@ -308,7 +310,7 @@ page_17_context = {
|
||||
|
||||
page_18_context = {
|
||||
"body_fat_percentage_chart": image_to_base64(
|
||||
"/home/oluwasanmi/Documents/Work/MKD/report_generation/graphs/fat_percent_master_chart.png"
|
||||
"/home/oluwasanmi/Documents/Work/MKD/report_generation/fat_percentage_master_chart.png"
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user