From ab8615a85ed7065b5e0afb15b8522f36bdb1f048 Mon Sep 17 00:00:00 2001 From: Adzi-Tay Emmanuel <104699433+emmanueltay@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:57:59 +0000 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index d82c51f0d..515385384 100644 --- a/app.py +++ b/app.py @@ -3,4 +3,4 @@ @app.route('/') def hello_world(): - return 'Hello, World!' + return 'Hello, World'