robertselvam commited on
Commit
d55ca4a
·
1 Parent(s): 5724790

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -49,9 +49,9 @@ class ResumeAnalyser:
49
  **Detailed Analysis:**
50
  the result should be in this format:
51
  Matched Percentage: [matching percentage].
52
- Reason : [Reason for matching with {job_description}].
53
- Skills To Improve : [Mention the skills to improve for this {job_description} job description.if not matched ask why].
54
- Keywords : [{job_description} matched key words from {resume}.if not matched ask why].
55
  """,
56
  temperature=0,
57
  max_tokens=100,
@@ -110,7 +110,7 @@ class ResumeAnalyser:
110
 
111
  def gradio_interface(self):
112
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
113
- gr.HTML("""<img align="center" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
114
  """)
115
 
116
  with gr.Row():
 
49
  **Detailed Analysis:**
50
  the result should be in this format:
51
  Matched Percentage: [matching percentage].
52
+ Reason : [Reason for your Matched Percentage Answer].
53
+ Skills To Improve : [Mention the skills to improve for this {job_description} job description.].
54
+ Keywords : [compare the {job_description} and {resume} to extract the matched key words].
55
  """,
56
  temperature=0,
57
  max_tokens=100,
 
110
 
111
  def gradio_interface(self):
112
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
113
+ gr.HTML("""<center><img src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210"></center>
114
  """)
115
 
116
  with gr.Row():