pktpaulie commited on
Commit
9253f0d
·
verified ·
1 Parent(s): bb456d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -374,7 +374,7 @@ if uploaded_resume and uploaded_job_description:
374
  # st.write(display_docx_content(gen_pdf_path))
375
 
376
 
377
- st.markdown("### Uploaded Resume")
378
  save_docx_as_pdf(resume_path, '/tmp/uploaded_resume.pdf')
379
  display_pdf_pages_as_images(resume_path)
380
 
 
374
  # st.write(display_docx_content(gen_pdf_path))
375
 
376
 
377
+ # st.markdown("### Uploaded Resume")
378
  save_docx_as_pdf(resume_path, '/tmp/uploaded_resume.pdf')
379
  display_pdf_pages_as_images(resume_path)
380