RaviGohelAI's picture
Upload 34 files
bf961d3 verified
raw
history blame contribute delete
328 Bytes
services:
- type: web
name: lifeunity-ai-cognitive-twin
env: python
region: oregon
plan: free
branch: main
buildCommand: pip install -r requirements.txt
startCommand: streamlit run app/main.py --server.port=$PORT --server.address=0.0.0.0
envVars:
- key: PYTHON_VERSION
value: 3.9