diff --git a/app.py b/app.py index 278df39..4165a0d 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')