Samay42 commited on
Commit
681c599
·
verified ·
1 Parent(s): 6b37c04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def get_gemini_response(prompt):
23
  return response.text
24
 
25
  def analyze_resume(text):
26
- prompt = (
27
  "You are an expert resume analyst. Analyze the following resume text and provide the following:\n\n"
28
  "1. A brief summary of the resume, including the candidate's main interests and the fields they are most passionate about.\n"
29
  "2. A detailed percentage distribution of fields/domains present in the resume, with keywords extracted from the resume. Ensure the total sums up to 100%.\n"
 
23
  return response.text
24
 
25
  def analyze_resume(text):
26
+ prompt = (
27
  "You are an expert resume analyst. Analyze the following resume text and provide the following:\n\n"
28
  "1. A brief summary of the resume, including the candidate's main interests and the fields they are most passionate about.\n"
29
  "2. A detailed percentage distribution of fields/domains present in the resume, with keywords extracted from the resume. Ensure the total sums up to 100%.\n"