Nasma commited on
Commit
3073dc0
·
verified ·
1 Parent(s): a13ecf0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -108,7 +108,8 @@ async def get_data(user_id: str = Query(...),input_file: UploadFile = File(...))
108
  "lastname" : "lastname",
109
  "email" : "email",
110
  "contact_number" : "contact number",
111
- "location" : "location/home address"
 
112
  "total_years_of_experience" : "total years of experience",
113
  "LinkedIn_link" : "LinkedIn link",
114
  "positions": [ "Job title 1", "Job title 2", "Job title 3" ],
 
108
  "lastname" : "lastname",
109
  "email" : "email",
110
  "contact_number" : "contact number",
111
+ "home_address" : "full home address",
112
+ "home_town" : "home town or city",
113
  "total_years_of_experience" : "total years of experience",
114
  "LinkedIn_link" : "LinkedIn link",
115
  "positions": [ "Job title 1", "Job title 2", "Job title 3" ],