Spaces:
Build error
Build error
File size: 217 Bytes
6361699 | 1 2 3 4 5 6 7 8 9 10 | 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
|