Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: brats-server | |
| env: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: python wsgi.py | |
| services: | |
| - type: web | |
| name: brats-server | |
| env: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: python wsgi.py | |