prthm11 commited on
Commit
ea4910e
·
verified ·
1 Parent(s): c94b2e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -555,4 +555,4 @@ if __name__ == '__main__':
555
  # # Initialize Mongo agent (static)
556
  # init_mongo_agent_from_uri(MONGO_URI, database_name='shopdb')
557
 
558
- socketio.run(app, host='0.0.0.0', port=5000, debug=True)
 
555
  # # Initialize Mongo agent (static)
556
  # init_mongo_agent_from_uri(MONGO_URI, database_name='shopdb')
557
 
558
+ socketio.run(app, host="0.0.0.0", port=7860, allow_unsafe_werkzeug=True)