Spaces:
Sleeping
Sleeping
bsiddhharth
commited on
Commit
·
ae60b63
1
Parent(s):
c626607
Updated the groq_api to deploy in the streamlit, commanded the logger & google_search_term
Browse files- cv_analyzer_search.py +1 -1
cv_analyzer_search.py
CHANGED
@@ -359,7 +359,7 @@ def Job_assistant():
|
|
359 |
jobs = scrape_jobs(
|
360 |
site_name=site_name,
|
361 |
search_term=search_term,
|
362 |
-
google_search_term=f"{search_term} jobs near {location}",
|
363 |
location=location,
|
364 |
results_wanted=results_wanted,
|
365 |
hours_old=hours_old,
|
|
|
359 |
jobs = scrape_jobs(
|
360 |
site_name=site_name,
|
361 |
search_term=search_term,
|
362 |
+
# google_search_term=f"{search_term} jobs near {location}",
|
363 |
location=location,
|
364 |
results_wanted=results_wanted,
|
365 |
hours_old=hours_old,
|