Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def main():
|
|
65 |
|
66 |
submit1 = st.button("CV evaluation against job role")
|
67 |
submit2 = st.button("Percentage Match")
|
68 |
-
submit3 = st.button("Ideal
|
69 |
|
70 |
input_prompt1 = """
|
71 |
You are an experienced Technical Human Resource Manager experienced in the field of {}, your task is to review the provided resume against the job description.
|
|
|
65 |
|
66 |
submit1 = st.button("CV evaluation against job role")
|
67 |
submit2 = st.button("Percentage Match")
|
68 |
+
submit3 = st.button("Ideal CV")
|
69 |
|
70 |
input_prompt1 = """
|
71 |
You are an experienced Technical Human Resource Manager experienced in the field of {}, your task is to review the provided resume against the job description.
|