Skip to content

Commit

Permalink
minor fix: RBP
Browse files Browse the repository at this point in the history
  • Loading branch information
colarrbear committed May 11, 2024
1 parent 4b5c23a commit 6569dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6569dc3

Please sign in to comment.