Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
|
|
|
| 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)
|