Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def match_jd(jd_text):
|
|
45 |
matched_names = [cv_names[i] for i in top_k_indices]
|
46 |
matched_texts = [cv_texts[i] for i in top_k_indices]
|
47 |
|
48 |
-
summary = summarize_match(jd_text, matched_names) # β
|
49 |
return f"β
Top Matches:\n{matched_names}\n\nπ Summary:\n{summary}"
|
50 |
|
51 |
except Exception as e:
|
|
|
45 |
matched_names = [cv_names[i] for i in top_k_indices]
|
46 |
matched_texts = [cv_texts[i] for i in top_k_indices]
|
47 |
|
48 |
+
summary = summarize_match(jd_text, matched_names) # β
this is the fix!
|
49 |
return f"β
Top Matches:\n{matched_names}\n\nπ Summary:\n{summary}"
|
50 |
|
51 |
except Exception as e:
|