coin-toss-detector / render.yaml
maddyrox's picture
Upload 27 files
91c3ef6 verified
raw
history blame contribute delete
217 Bytes
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