diff --git a/app.py b/app.py index ebba4a9..c793d63 100644 --- a/app.py +++ b/app.py @@ -123,7 +123,3 @@ def start(): def topic(): topic = request.args.get("topic") return get_chatgpt_response(topic) - - -if __name__ == "__main__": - app.run() diff --git a/requirements.txt b/requirements.txt index 6ef7ae5..7d4975a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,7 @@ distlib==0.3.6 filelock==3.12.0 Flask==2.3.2 frozenlist==1.3.3 +gunicorn==20.1.0 html5lib==1.1 identify==2.5.24 idna==3.4