Unknown92 commited on
Commit
1e2f475
·
1 Parent(s): f34e136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -63,6 +63,8 @@ if st.button("Calculate Match Score"):
63
  st.write("Missing Keywords in Resume:" )
64
  st.write(list(missing_keywords))
65
  metric = evaluate.load("accuracy")
 
 
66
  else:
67
  st.write("Please enter both the job description and resume.", )
68
 
 
63
  st.write("Missing Keywords in Resume:" )
64
  st.write(list(missing_keywords))
65
  metric = evaluate.load("accuracy")
66
+ st.write("The Accuracy score is:")
67
+ st.write(metric)
68
  else:
69
  st.write("Please enter both the job description and resume.", )
70