TrafficSentinelAI / render.yaml
cricketgeek's picture
Sync from GitHub via hub-sync (part 3)
1b30630 verified
Raw
History Blame Contribute Delete
280 Bytes
services:
- type: web
name: trafficsentinelai
env: python
plan: free
buildCommand: pip install -r requirements.txt
startCommand: streamlit run app.py --server.port $PORT --server.address 0.0.0.0
envVars:
- key: PYTHON_VERSION
value: 3.12.1