pranit144 commited on
Commit
184bd68
·
verified ·
1 Parent(s): e5cef97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -75,8 +75,7 @@ SECTOR_COLORS = {
75
  "Finance": "#9b59b6"
76
  }
77
 
78
- # Cache management
79
- CACHE_DIR = os.path.join(os.path.dirname(__file__), "data_cache")
80
  os.makedirs(CACHE_DIR, exist_ok=True)
81
 
82
  # Cache functions
 
75
  "Finance": "#9b59b6"
76
  }
77
 
78
+ CACHE_DIR = os.path.join("/tmp", "data_cache")
 
79
  os.makedirs(CACHE_DIR, exist_ok=True)
80
 
81
  # Cache functions