Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from similarity_score_refined import similarity_main
|
|
8 |
from pdf2image import convert_from_path, convert_from_bytes
|
9 |
from docx import Document
|
10 |
import subprocess
|
11 |
-
import
|
12 |
|
13 |
import tempfile
|
14 |
from PIL import Image
|
@@ -519,5 +519,3 @@ if uploaded_resume and uploaded_job_description:
|
|
519 |
|
520 |
else:
|
521 |
st.warning("Please upload both the resume and job description files.")
|
522 |
-
|
523 |
-
|
|
|
8 |
from pdf2image import convert_from_path, convert_from_bytes
|
9 |
from docx import Document
|
10 |
import subprocess
|
11 |
+
import shutil
|
12 |
|
13 |
import tempfile
|
14 |
from PIL import Image
|
|
|
519 |
|
520 |
else:
|
521 |
st.warning("Please upload both the resume and job description files.")
|
|
|
|