Spaces:
Sleeping
Sleeping
Update resume_generation_gemini_pro.py
Browse files
resume_generation_gemini_pro.py
CHANGED
@@ -162,7 +162,7 @@ def generate_gemini(current_resume,job_description):
|
|
162 |
if tailored_resume:
|
163 |
file_path = f"Tailored_Resume_{datetime.now().strftime('%Y%m%d_%H%M%S')}.docx"
|
164 |
save_resume_to_docx(tailored_resume, file_path)
|
165 |
-
st.success(f"Download tailored resume")
|
166 |
# st.success(f"Tailored resume saved to {file_path}")
|
167 |
|
168 |
return tailored_resume, file_path
|
|
|
162 |
if tailored_resume:
|
163 |
file_path = f"Tailored_Resume_{datetime.now().strftime('%Y%m%d_%H%M%S')}.docx"
|
164 |
save_resume_to_docx(tailored_resume, file_path)
|
165 |
+
# st.success(f"Download tailored resume")
|
166 |
# st.success(f"Tailored resume saved to {file_path}")
|
167 |
|
168 |
return tailored_resume, file_path
|