Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
| 4 |
from keyphrasetransformer import KeyPhraseTransformer
|
| 5 |
from wordcloud import WordCloud
|
| 6 |
import matplotlib.pyplot as plt
|
| 7 |
-
|
| 8 |
|
| 9 |
kp = KeyPhraseTransformer()
|
| 10 |
|
|
@@ -70,4 +70,4 @@ if st.button("Calculate Match Score"):
|
|
| 70 |
st.write(list(missing_keywords))
|
| 71 |
else:
|
| 72 |
st.write("Please enter both the job description and resume.", )
|
| 73 |
-
|
|
|
|
| 4 |
from keyphrasetransformer import KeyPhraseTransformer
|
| 5 |
from wordcloud import WordCloud
|
| 6 |
import matplotlib.pyplot as plt
|
| 7 |
+
|
| 8 |
|
| 9 |
kp = KeyPhraseTransformer()
|
| 10 |
|
|
|
|
| 70 |
st.write(list(missing_keywords))
|
| 71 |
else:
|
| 72 |
st.write("Please enter both the job description and resume.", )
|
| 73 |
+
|