diff --git a/run.py b/run.py index 5aaee13c748b00b85cc9165ac5346c9461f8c5bb..1b98050961450ed9ccdbedb535d05c0d356c90ed 100644 --- a/run.py +++ b/run.py @@ -2,4 +2,4 @@ from YKWIM import app if __name__ == "__main__": - app.run(debug=True) \ No newline at end of file + app.run(host="https://semantic-lifting-method.herokuapp.com/") \ No newline at end of file