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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -116,7 +116,7 @@ async def get_data(user_id: str = Query(...),input_file: UploadFile = File(...))
116
  ],
117
  "industry": "industry of work",
118
  "experience" : "experience",
119
- "skills" : "skills"
120
  ]
121
  """
122
 
 
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)
120
  ]
121
  """
122