Spaces:
Sleeping
Sleeping

Update Dockerfile to use new app entry point and enhance requirements.txt with additional dependencies. Remove obsolete streamlit_app.py file.
0a40afa
source .env # load secrets (mounted at run) | |
streamlit run app.py --server.port ${PORT:-8501} | |