From ae0bcadcee4f696af02395aded3befe07291953e Mon Sep 17 00:00:00 2001 From: Abhijeet <122082856+abhijeetpoonia@users.noreply.github.com> Date: Thu, 20 Apr 2023 00:02:23 +0530 Subject: [PATCH] Update app.py --- app.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 75cbe42..89b89c9 100644 --- a/app.py +++ b/app.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- + # -*- coding: utf-8 -*- """ Calculator ~~~~~~~~~~~~~~ @@ -40,4 +40,6 @@ def index(): if __name__ == '__main__': - app.run(debug=True) + app.run(port=8000) + +