Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -106,6 +106,7 @@ async def get_data(input_file: UploadFile = File(...)):
|
|
106 |
[
|
107 |
"firstname" : "firstname",
|
108 |
"lastname" : "lastname",
|
|
|
109 |
"contact_number" : "contact number"
|
110 |
"total_years_of_experience" : "total years of experience",
|
111 |
"LinkedIn_link" : "LinkedIn link",
|
|
|
106 |
[
|
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",
|