Spaces:
Running
Running
| services: | |
| - type: web | |
| name: trade-copilot | |
| runtime: python | |
| region: frankfurt | |
| plan: free | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: python main.py | |
| envVars: | |
| - key: PORT | |
| value: 10000 | |