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

  • Log In
  • Sign Up

Spaces:
Multichem
/
PGA_DFS_models
Running

App Files Files Community
Fetching metadata from the HF Docker repository...
PGA_DFS_models
Ctrl+K
Ctrl+K
  • 2 contributors
History: 33 commits
James McCool
Refactor app.py: Reduce cache duration for init_baselines function from 600 seconds to 60 seconds. This change optimizes resource usage and ensures more frequent data updates, improving the responsiveness of the application.
2e3a8c0 5 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    240 Bytes
    initial commit over 1 year ago
  • app.py
    19.1 kB
    Refactor app.py: Reduce cache duration for init_baselines function from 600 seconds to 60 seconds. This change optimizes resource usage and ensures more frequent data updates, improving the responsiveness of the application. 5 months ago
  • app.yaml
    169 Bytes
    Create app.yaml over 1 year ago
  • requirements.txt
    70 Bytes
    Refactor app.py to replace Google Sheets integration with MongoDB. Removed gspread and related credentials, added pymongo for database connection. Updated data retrieval methods to fetch data from MongoDB collections. Adjusted UI elements and cleaned up unused code. 5 months ago