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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ if st.button("Calculate Match Score"):
30
  if jd and resume:
31
  score = calculate_similarity(model, jd, 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:
 
30
  if jd and resume:
31
  score = calculate_similarity(model, jd, resume)
32
  st.write(f"The match score is: {score}", )
33
+
34
  jp=kp.get_key_phrases(jd)
35
  st.write(f"Keywords: {jp}", )
36
  else: