Addplace / render.yaml
Kosala Nayanajith Deshapriya
Ad Placement Recommender - clean deploy
4dc7a21
Raw
History Blame Contribute Delete
281 Bytes
services:
- type: web
name: ad-placement-recommender
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: streamlit run dashboard.py --server.port $PORT --server.address 0.0.0.0
envVars:
- key: PYTHON_VERSION
value: 3.11.0