Unknown92 commited on
Commit
9695e70
·
1 Parent(s): 1f8a4af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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.", )