From f8aebe201bc1733aa70d55d4a264d39cd0d80f0d Mon Sep 17 00:00:00 2001 From: ShreyansikaS <141669714+ShreyansikaS@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:11:24 +0000 Subject: [PATCH] changed static mssg --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index d82c51f0d..3550a18ec 100644 --- a/app.py +++ b/app.py @@ -3,4 +3,4 @@ @app.route('/') def hello_world(): - return 'Hello, World!' + return 'Hello, World! This is live on render.'