Spaces:
Build error
Build error
| services: | |
| - type: web | |
| name: coin-toss | |
| env: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: gunicorn app:app | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: 3.10.0 | |
| services: | |
| - type: web | |
| name: coin-toss | |
| env: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: gunicorn app:app | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: 3.10.0 | |