Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|