pktpaulie commited on
Commit
4d6933d
·
verified ·
1 Parent(s): 77d7db0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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 shutilhttps://huggingface.co/spaces/pktpaulie/resumeMagic
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.")