diff --git a/Web/app.py b/Web/app.py index 060bce3..2ab389e 100644 --- a/Web/app.py +++ b/Web/app.py @@ -17,4 +17,4 @@ def form_post(): return ciphered_text if __name__ == '__main__': - app.run(debug=True) + app.run(host= '0.0.0.0')