Anushkabhat9 commited on
Commit
fba17a0
·
verified ·
1 Parent(s): 2a72aac

Update resume_generation_gemini_pro.py

Browse files
Files changed (1) hide show
  1. resume_generation_gemini_pro.py +1 -1
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)