From 7e5980190460a7b4589beac002214c77821553fd Mon Sep 17 00:00:00 2001 From: GM2nddev <95552995+GM2nddev@users.noreply.github.com> Date: Mon, 6 Dec 2021 16:50:46 +0000 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 358088e4c..af4f42aff 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello World!" + return "Hello LA student!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000)