Nasma commited on
Commit
11868da
·
verified ·
1 Parent(s): 30eb690

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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 from the address"
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" ],