Spaces:
Sleeping
Sleeping
Update cv_prompt.py
Browse files- cv_prompt.py +4 -1
cv_prompt.py
CHANGED
@@ -136,4 +136,7 @@ def calculate_overall_score(evaluation: ResumeQualityEvaluation) -> float:
|
|
136 |
|
137 |
return round(overall_score, 2)
|
138 |
|
139 |
-
|
|
|
|
|
|
|
|
136 |
|
137 |
return round(overall_score, 2)
|
138 |
|
139 |
+
|
140 |
+
__all__ = ['ResumeQualityEvaluation', 'get_personal_info_prompt', 'get_spelling_grammar_prompt',
|
141 |
+
'get_section_detection_prompt', 'get_content_quality_prompt',
|
142 |
+
'calculate_section_detection_score', 'calculate_overall_score']
|