Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ def match_jd(jd_text):
|
|
41 |
matched = [cv_names[i] for i in indices]
|
42 |
texts = [cv_texts[i] for i in indices]
|
43 |
|
|
|
44 |
summary = summarize_match(jd_text, matched, texts)
|
45 |
|
46 |
return f"✅ Top Matches:\n\n" + "\n".join(matched) + f"\n\n📝 Summary:\n{summary}"
|
|
|
41 |
matched = [cv_names[i] for i in indices]
|
42 |
texts = [cv_texts[i] for i in indices]
|
43 |
|
44 |
+
|
45 |
summary = summarize_match(jd_text, matched, texts)
|
46 |
|
47 |
return f"✅ Top Matches:\n\n" + "\n".join(matched) + f"\n\n📝 Summary:\n{summary}"
|