Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
Multichem-PD
/
MLB_HR_Finder
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
MLB_HR_Finder
3.72 kB
  • 3 contributors
History: 17 commits
James McCool
Refactor Dockerfile to expose MongoDB URI secret at build time and simplify the ENTRYPOINT command for the Streamlit app. This change enhances security by using secrets during the build process and improves clarity in the container startup configuration.
44d5cc1 6 months ago
  • src
    Refactor Dockerfile to set MongoDB URI as an environment variable during runtime, enhancing security. Update Streamlit app to reduce cache duration and add display options for data presentation, improving user experience. 6 months ago
  • .gitattributes
    1.52 kB
    Duplicate from streamlit/streamlit-template-space 6 months ago
  • Dockerfile
    678 Bytes
    Refactor Dockerfile to expose MongoDB URI secret at build time and simplify the ENTRYPOINT command for the Streamlit app. This change enhances security by using secrets during the build process and improves clarity in the container startup configuration. 6 months ago
  • README.md
    419 Bytes
    initial commit 6 months ago
  • requirements.txt
    31 Bytes
    Update requirements and enhance Streamlit app with MongoDB integration. Added pymongo to requirements and implemented database connection and data retrieval in streamlit_app.py. 6 months ago