Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -113,7 +113,7 @@ async def get_data(user_id: str = Query(...),input_file: UploadFile = File(...))
|
|
113 |
"position": "current or most recent job position",
|
114 |
"industry": "industry of work",
|
115 |
"experience" : "experience",
|
116 |
-
"skills" : skills(Identify and extract skills from the CV's 'technical skills' or 'skills' sections,Extract skills based on the "experience" section, looking for specific keywords like tools, technologies, programming languages, or relevant abilities)
|
117 |
]
|
118 |
"""
|
119 |
|
|
|
113 |
"position": "current or most recent job position",
|
114 |
"industry": "industry of work",
|
115 |
"experience" : "experience",
|
116 |
+
"skills" : "skills(Identify and extract skills from the CV's 'technical skills' or 'skills' sections,Extract skills based on the "experience" section, looking for specific keywords like tools, technologies, programming languages, or relevant abilities)"
|
117 |
]
|
118 |
"""
|
119 |
|