Update main.py
Browse files
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" ],
|