diff --git a/python/app.py b/python/app.py index 0808de33d..97b5bc80b 100644 --- a/python/app.py +++ b/python/app.py @@ -3,7 +3,7 @@ @app.route("/") def hello(): - return "Hello all LA students!" + return "Hello LA students!" if __name__ == "__main__": app.run(host='0.0.0.0', port=8000)