From 81730a1b8fd73bc7bd1871bccc7d8d5639fce53b Mon Sep 17 00:00:00 2001 From: Jashergoh <69775668+Jashergoh@users.noreply.github.com> Date: Tue, 20 Oct 2020 14:50:08 +0800 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")