Danial7 commited on
Commit
0fd64e3
·
verified ·
1 Parent(s): 94460e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,8 +54,8 @@ def recommend_scholarships(field):
54
  return scholarship_df[scholarship_df["Field"].str.lower() == field.lower()].reset_index(drop=True)
55
 
56
  def fetch_jobs(skill, country_code="us", max_results=5):
57
- app_id = f4efd3a2
58
- app_key = 5702f3c0507ac69f98aa15f855b06901
59
  url = f"https://api.adzuna.com/v1/api/jobs/{country_code}/search/1"
60
  params = {
61
  "app_id": app_id,
 
54
  return scholarship_df[scholarship_df["Field"].str.lower() == field.lower()].reset_index(drop=True)
55
 
56
  def fetch_jobs(skill, country_code="us", max_results=5):
57
+ app_id = "f4efd3a2"
58
+ app_key = "5702f3c0507ac69f98aa15f855b06901"
59
  url = f"https://api.adzuna.com/v1/api/jobs/{country_code}/search/1"
60
  params = {
61
  "app_id": app_id,