diff --git a/app.py b/app.py index 9155627..278df39 100644 --- a/app.py +++ b/app.py @@ -32,4 +32,4 @@ def index(): return render_template('index.html', story=story) if __name__ == '__main__': - app.run(host='0.0.0.0') \ No newline at end of file + app.run() #host='0.0.0.0' \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c9edc1a..2897c25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ Flask==2.2.2 +Werkzeug==2.2.2 \ No newline at end of file