diff --git a/app.py b/app.py index 400e533..0f6240d 100644 --- a/app.py +++ b/app.py @@ -17,7 +17,7 @@ counter += 1 if each_word == "happy": feelings_list.append("happy") - encouragement_list.append("to keep smiling") + encouragement_list.append("to keep staying happy as it is healthy") counter += 1 if each_word == "depressed": feelings_list.append("depressed")