Nasma commited on
Commit
072577c
·
verified ·
1 Parent(s): 8260f15

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -4
main.py CHANGED
@@ -110,10 +110,7 @@ async def get_data(user_id: str = Query(...),input_file: UploadFile = File(...))
110
  "contact_number" : "contact number"
111
  "total_years_of_experience" : "total years of experience",
112
  "LinkedIn_link" : "LinkedIn link",
113
- "positions": [ "Job title 1",
114
- "Job title 2",
115
- "Job title 3"
116
- ],
117
  "industry": "industry of work",
118
  "experience" : "experience",
119
  "skills" : Skills(Identify and list specific skills mentioned in both the skills section and inferred from the experience section)
 
110
  "contact_number" : "contact number"
111
  "total_years_of_experience" : "total years of experience",
112
  "LinkedIn_link" : "LinkedIn link",
113
+ "positions": [ "Job title 1", "Job title 2", "Job title 3" ],
 
 
 
114
  "industry": "industry of work",
115
  "experience" : "experience",
116
  "skills" : Skills(Identify and list specific skills mentioned in both the skills section and inferred from the experience section)