From ee51abf4e73732e34b0e0e2114e006e6b676de00 Mon Sep 17 00:00:00 2001 From: Montse Mora <103342545+MonchMora@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:13:14 -0600 Subject: [PATCH] Update app.py --- python/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/app.py b/python/app.py index 358088e..7391cf4 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!" + return "Hello ACG Students!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000)