From a8552786b58fb29868a75037442a810346718335 Mon Sep 17 00:00:00 2001 From: kamalakiruthi8 Date: Sun, 9 Nov 2025 19:02:54 +0530 Subject: [PATCH] changes made by kiruthi --- app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.py b/app.py index 8c27ec75..85683fa8 100644 --- a/app.py +++ b/app.py @@ -9,3 +9,5 @@ @app.route("/") def hello(): return app.send_static_file("index.html") +if __name__ == "__main__": + app.run(host="0.0.0.0", port=5000)