From 83cc468b56623d358401af64e6de1ebe6f3854f0 Mon Sep 17 00:00:00 2001 From: joaoallmeida Date: Wed, 21 Aug 2024 22:04:17 -0300 Subject: [PATCH] updated requirements.txt --- app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.py b/app/main.py index 84a48bf..e372d79 100644 --- a/app/main.py +++ b/app/main.py @@ -29,6 +29,5 @@ def calc(): def about(): return render_template('about.html') - if __name__=="__main__": app.run(host="0.0.0.0", debug=True)