Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -106,6 +106,7 @@ async def get_data(user_id: str = Query(...),input_file: UploadFile = File(...))
|
|
106 |
[
|
107 |
"firstname" : "firstname",
|
108 |
"lastname" : "lastname",
|
|
|
109 |
"email" : "email",
|
110 |
"contact_number" : "contact number",
|
111 |
"home_address" : "full home address",
|
|
|
106 |
[
|
107 |
"firstname" : "firstname",
|
108 |
"lastname" : "lastname",
|
109 |
+
"gender" : "gender",
|
110 |
"email" : "email",
|
111 |
"contact_number" : "contact number",
|
112 |
"home_address" : "full home address",
|