Translation_app_ / render.yaml
Athena1621's picture
feat: Implement Multi-Lingual Product Catalog Translator frontend with Streamlit
67f25fb
raw
history blame contribute delete
275 Bytes
services:
- type: web
name: multilingual-translator
runtime: docker
dockerfilePath: ./Dockerfile.standalone
plan: starter
healthCheckPath: /_stcore/health
envVars:
- key: PORT
value: 8501
- key: PYTHONUNBUFFERED
value: 1