ak0601 commited on
Commit
f1ace55
Β·
verified Β·
1 Parent(s): 1f3ebcc

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
  # ──────────────────────────────────────────────────────────────────────────────