pktpaulie commited on
Commit
7aa7067
·
verified ·
1 Parent(s): 59c6bc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -338,6 +338,8 @@ if uploaded_resume and uploaded_job_description:
338
  # display_score(similarity_score, pie_colors)
339
 
340
  if generated_resume is not None:
 
 
341
  doc = Document()
342
  doc.add_paragraph(generated_resume) # Add the generated content to the document
343
 
 
338
  # display_score(similarity_score, pie_colors)
339
 
340
  if generated_resume is not None:
341
+ st.markdown("---")
342
+ st.subheader("Compare Resumes")
343
  doc = Document()
344
  doc.add_paragraph(generated_resume) # Add the generated content to the document
345