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)