diff --git a/app.py b/app.py index e9bcc58..a4667bd 100644 --- a/app.py +++ b/app.py @@ -253,4 +253,4 @@ def plot_graph_1(list2): ]) if __name__ == '__main__': - app.run_server(host='127.0.0.1', port='8000', debug=False) + app.run_server(debug=False) diff --git a/startup.txt b/startup.txt index d8bbef7..d0e51bc 100644 --- a/startup.txt +++ b/startup.txt @@ -1 +1 @@ -gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:app \ No newline at end of file +gunicorn --bind=0.0.0.0 --timeout 600 app:app