Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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" :
|
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 |
|