Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -64,6 +64,7 @@ class Job(BaseModel):
|
|
| 64 |
skills: List[str] = Field(description="List of skills required for the job.")
|
| 65 |
description: str = Field(description="A brief description of the job.")
|
| 66 |
relevance_score: float = Field(description="Relevance score of the job to the candidate's resume.")
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
|
|
|
| 64 |
skills: List[str] = Field(description="List of skills required for the job.")
|
| 65 |
description: str = Field(description="A brief description of the job.")
|
| 66 |
relevance_score: float = Field(description="Relevance score of the job to the candidate's resume.")
|
| 67 |
+
justification: str = Field(description = "Reason for giving this relevance score and what all areas need to be improved by the candidate")
|
| 68 |
|
| 69 |
|
| 70 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|