Spaces:
Sleeping
Sleeping
bsiddhharth commited on
Commit ·
249b63d
1
Parent(s): 4f2ed19
Updated the groq_api to deploy in streamlit , commanded the logger & decommanded the google_search_term, hours_old
Browse files- cv_analyzer_search.py +2 -2
cv_analyzer_search.py
CHANGED
|
@@ -359,10 +359,10 @@ def Job_assistant():
|
|
| 359 |
jobs = scrape_jobs(
|
| 360 |
site_name=site_name,
|
| 361 |
search_term=search_term,
|
| 362 |
-
|
| 363 |
location=location,
|
| 364 |
results_wanted=results_wanted,
|
| 365 |
-
|
| 366 |
country_indeed=country_indeed,
|
| 367 |
)
|
| 368 |
st.session_state.job_search_results = jobs
|
|
|
|
| 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,
|
| 366 |
country_indeed=country_indeed,
|
| 367 |
)
|
| 368 |
st.session_state.job_search_results = jobs
|