Spaces:
Running
Running
| services: | |
| - type: web | |
| name: jarvis | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: python run.py | |
| envVars: | |
| - key: PORT | |
| value: 8000 |
| services: | |
| - type: web | |
| name: jarvis | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: python run.py | |
| envVars: | |
| - key: PORT | |
| value: 8000 |