rbbist commited on
Commit
089f781
·
verified ·
1 Parent(s): c32e632

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ logger = logging.getLogger(__name__)
9
 
10
  # Google Drive Configuration - UPDATE THESE VALUES
11
  FOLDER_ID = "1j1faOlXxoYfPLdzDfGvDbtkENsRoDxXN" # Replace with your folder ID
12
- API_KEY = os.getenv("YOUR_GOOGLE_DRIVE_API_KEY") # Replace with your API key
13
 
14
  # Global variable to store the search system
15
  cv_search = None
 
9
 
10
  # Google Drive Configuration - UPDATE THESE VALUES
11
  FOLDER_ID = "1j1faOlXxoYfPLdzDfGvDbtkENsRoDxXN" # Replace with your folder ID
12
+ API_KEY = os.getenv("GOOGLE_DRIVE_API_KEY") # Replace with your API key
13
 
14
  # Global variable to store the search system
15
  cv_search = None