Spaces:
Runtime error
Runtime error
| import os | |
| # Use 'npx' to bypass the "not found" error | |
| print("Launching OpenClaw Dashboard via npx...") | |
| os.system("npx openclaw gateway --port 7860 --host 0.0.0.0 --mode local --allow-unauthenticated") |