Translation_app_ / Procfile
Athena1621's picture
feat: Implement Multi-Lingual Product Catalog Translator frontend with Streamlit
67f25fb
raw
history blame contribute delete
166 Bytes
# Procfile for Heroku deployment
web: streamlit run app.py --server.port $PORT --server.address 0.0.0.0 --server.enableCORS false --server.enableXsrfProtection false