Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,5 @@ if st.button("Calculate Match Score"):
|
|
| 32 |
st.write(f"The match score is: {score}", )
|
| 33 |
jp=kp.get_key_phrases(jd)
|
| 34 |
st.write(f"Keywords: {jp}", )
|
| 35 |
-
|
| 36 |
-
|
| 37 |
else:
|
| 38 |
st.write("Please enter both the job description and resume.", )
|
|
|
|
| 32 |
st.write(f"The match score is: {score}", )
|
| 33 |
jp=kp.get_key_phrases(jd)
|
| 34 |
st.write(f"Keywords: {jp}", )
|
|
|
|
|
|
|
| 35 |
else:
|
| 36 |
st.write("Please enter both the job description and resume.", )
|