Nasma commited on
Commit
054b9b5
·
verified ·
1 Parent(s): 0ea721f

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
  "gender" : "gender",
110
  "email" : "email",
111
  "contact_number" : "contact number",
112
- "age" : "age"
113
  "home_address" : "full home address",
114
  "home_town" : "home town or city",
115
  "total_years_of_experience" : "total years of experience",
 
109
  "gender" : "gender",
110
  "email" : "email",
111
  "contact_number" : "contact number",
112
+ "age" : "age",
113
  "home_address" : "full home address",
114
  "home_town" : "home town or city",
115
  "total_years_of_experience" : "total years of experience",