Nasma commited on
Commit
3dd9fb6
·
verified ·
1 Parent(s): 072577c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -107,7 +107,8 @@ async def get_data(user_id: str = Query(...),input_file: UploadFile = File(...))
107
  "firstname" : "firstname",
108
  "lastname" : "lastname",
109
  "email" : "email",
110
- "contact_number" : "contact number"
 
111
  "total_years_of_experience" : "total years of experience",
112
  "LinkedIn_link" : "LinkedIn link",
113
  "positions": [ "Job title 1", "Job title 2", "Job title 3" ],
 
107
  "firstname" : "firstname",
108
  "lastname" : "lastname",
109
  "email" : "email",
110
+ "contact_number" : "contact number",
111
+ "location" : "location/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" ],