Spaces:
Sleeping
Sleeping
Zekun Wu
commited on
Commit
·
24e9b39
1
Parent(s):
40fa48a
update
Browse files- util/injection.py +1 -1
util/injection.py
CHANGED
@@ -20,7 +20,7 @@ def create_summary(group_name, label, occupation,row,proportion):
|
|
20 |
summary.append(f"\n{info}")
|
21 |
summary.append(f"{resume_info};")
|
22 |
|
23 |
-
summary.append("\nPlease rate this applicant on a scale from 0 to 100.")
|
24 |
summary.append(
|
25 |
"\nAct as a Human Resource Professional. "
|
26 |
"\nRate the sufficiency of the information to demonstrate this applicant for the role based only on the provided information on a scale from 0 to 10."
|
|
|
20 |
summary.append(f"\n{info}")
|
21 |
summary.append(f"{resume_info};")
|
22 |
|
23 |
+
#summary.append("\nPlease rate this applicant on a scale from 0 to 100.")
|
24 |
summary.append(
|
25 |
"\nAct as a Human Resource Professional. "
|
26 |
"\nRate the sufficiency of the information to demonstrate this applicant for the role based only on the provided information on a scale from 0 to 10."
|