Fraud-Detection-System / render.yaml
MrSanjay's picture
Upload 12 files
9685bf6 verified
raw
history blame contribute delete
272 Bytes
services:
- type: web
name: streamlit-app
runtime: python
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.10