Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ state = {
|
|
| 46 |
"dark_mode": False,
|
| 47 |
"show_preview": True,
|
| 48 |
"gemini_available": False,
|
| 49 |
-
"api_key": os.environ.get
|
| 50 |
}
|
| 51 |
|
| 52 |
def analyze_job_description(job_desc):
|
|
|
|
| 46 |
"dark_mode": False,
|
| 47 |
"show_preview": True,
|
| 48 |
"gemini_available": False,
|
| 49 |
+
"api_key": os.environ.get("GOOGLE_API_KEY", "")
|
| 50 |
}
|
| 51 |
|
| 52 |
def analyze_job_description(job_desc):
|