From b92b751af572a81a6d3807a5929d38b4227816fe Mon Sep 17 00:00:00 2001 From: Eli Date: Thu, 13 Feb 2025 18:18:22 -0500 Subject: [PATCH] what's the worst that could happen? --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index f7ba96a..d9c0bfa 100644 --- a/app.py +++ b/app.py @@ -157,5 +157,5 @@ def compute(): return jsonify(results) if __name__ == '__main__': - app.run(debug=True) + app.run(debug=True, host='0.0.0.0')