From 6569dc329e9b1deb6edd371a70948ad91a56bc30 Mon Sep 17 00:00:00 2001 From: Chayakarn Hengsuwan Date: Sat, 11 May 2024 20:33:12 +0700 Subject: [PATCH] minor fix: RBP --- code/view.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/view.py b/code/view.py index 7656c3b..16aa9e5 100644 --- a/code/view.py +++ b/code/view.py @@ -61,8 +61,8 @@ def init_data_storytelling_tab(self): # text to explain this page is showing trend of happening heart attack # based on the data. data_storytelling_text = ( - "This page depicts the trend of heart attack occurrences based on age and sex. \n" - "Analysis reveals that, on average, males tend to experience fewer heart attacks \n" + "This page depicts the trend of Resting blood pressure based on age and sex. \n" + "Analysis reveals that, on average, males tend to experience higher RBP \n" "compared to females across various age groups.") data_storytelling_label = ttk.Label(self.data_storytelling_tab, text=data_storytelling_text,