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

  • Log In
  • Sign Up

Spaces:
Multichem-PD
/
MLB_HR_Finder
Running

App Files Files Community
Fetching metadata from the HF Docker repository...
MLB_HR_Finder
Ctrl+K
Ctrl+K
  • 3 contributors
History: 14 commits
James McCool
Refactor Dockerfile to remove the Bearer token curl request and update Streamlit app to retrieve MongoDB URI from environment variables instead of secrets. This change enhances security and simplifies the connection process.
12ff34e 13 days ago
  • .streamlit
    Enhance Dockerfile to expose MongoDB URI secret at build time and use it as a Bearer token for a curl request. Add secrets.toml file to securely store the MongoDB URI for database connection. 13 days ago
  • src
    Refactor Dockerfile to remove the Bearer token curl request and update Streamlit app to retrieve MongoDB URI from environment variables instead of secrets. This change enhances security and simplifies the connection process. 13 days ago
  • .gitattributes
    1.52 kB
    Duplicate from streamlit/streamlit-template-space 13 days ago
  • Dockerfile
    678 Bytes
    Refactor Dockerfile to remove the Bearer token curl request and update Streamlit app to retrieve MongoDB URI from environment variables instead of secrets. This change enhances security and simplifies the connection process. 13 days ago
  • README.md
    419 Bytes
    initial commit 13 days 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. 13 days ago