Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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
|