Spaces:
Sleeping
Sleeping
bsiddhharth
commited on
Commit
·
f361108
1
Parent(s):
ae60b63
Updated the groq_api to deploy in streamlit , commanded the logger , google_search_term, hours_old
Browse files- cv_analyzer_search.py +1 -1
cv_analyzer_search.py
CHANGED
@@ -362,7 +362,7 @@ def Job_assistant():
|
|
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
|
|
|
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
|