Update app.py

This commit is contained in:
Alex
2023-03-16 23:19:02 +00:00
parent b3e9bb9ddb
commit 66332ccf76

View File

@@ -84,4 +84,4 @@ def docsgpt():
return create_message
if __name__ == '__main__':
app.run(debug=True, host='0.0.0.0', port=80)
app.run(host='0.0.0.0', port=80)