Nasma commited on
Commit
0c297c9
·
verified ·
1 Parent(s): 0e39dca

Update main.py

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