Spaces:
Sleeping
Sleeping
Update resume_generation_gemini_pro.py
Browse files
resume_generation_gemini_pro.py
CHANGED
@@ -194,7 +194,7 @@ def convert_resume_to_word(markdown_text,output_file):
|
|
194 |
print(f"Markdown converted and saved as {output_file}")
|
195 |
|
196 |
#Entry function for the model
|
197 |
-
def generate_gemini(current_resume,job_description , download_path , doctype):
|
198 |
st.header('Resume Tailoring')
|
199 |
# Load the resume and job description from Google Drive
|
200 |
resume_text = extract_text(current_resume)
|
|
|
194 |
print(f"Markdown converted and saved as {output_file}")
|
195 |
|
196 |
#Entry function for the model
|
197 |
+
def generate_gemini(current_resume,job_description , download_path ='', doctype='docx'):
|
198 |
st.header('Resume Tailoring')
|
199 |
# Load the resume and job description from Google Drive
|
200 |
resume_text = extract_text(current_resume)
|