Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -109,7 +109,7 @@ async def get_data(user_id: str = Query(...),input_file: UploadFile = File(...))
|
|
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" ],
|
|
|
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" ],
|