Spaces:
Running
Running
Jeet Paul
commited on
Commit
·
102e6a2
1
Parent(s):
0891ba1
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def extract_email_phone(text):
|
|
105 |
|
106 |
|
107 |
|
108 |
-
def rank_and_shortlist(job_description, cv_files, threshold=0.
|
109 |
cv_texts = []
|
110 |
cv_file_names = []
|
111 |
cv_emails = []
|
|
|
105 |
|
106 |
|
107 |
|
108 |
+
def rank_and_shortlist(job_description, cv_files, threshold=0.10):
|
109 |
cv_texts = []
|
110 |
cv_file_names = []
|
111 |
cv_emails = []
|