robertselvam commited on
Commit
28dd0eb
1 Parent(s): 98aa6fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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 : [Mention Reason and keys from job_description and resume get this matched percentage.].
53
- Skills To Improve : [Mention the skills How to improve and get 100 percentage job description matching].
54
- Keywords : [matched key words from {job_description} and {resume}].
55
  """,
56
  temperature=0,
57
  max_tokens=100,
@@ -111,7 +111,7 @@ class ResumeAnalyser:
111
  def gradio_interface(self):
112
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
113
  gr.HTML("""<img class="leftimage" align="left" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
114
- <img class="rightimage" align="right" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">""")
115
 
116
  with gr.Row():
117
  with gr.Column(elem_id="col-container"):
@@ -119,7 +119,7 @@ class ResumeAnalyser:
119
  """<br style="color:white;">"""
120
  )
121
  gr.HTML(
122
- """<h2 style="text-align:center; color:"white">Randstad Resume Analyzer</h2> """
123
  )
124
  gr.HTML("<br>")
125
  with gr.Row():
@@ -137,7 +137,7 @@ class ResumeAnalyser:
137
  with gr.Column(scale=1.0, min_width=150):
138
  skills = gr.Textbox(label="Skills To Improve",lines=8)
139
  with gr.Column(scale=1.0, min_width=150):
140
- keywords = gr.Textbox(label="Matched Keywords",lines=8)
141
  with gr.Row():
142
  with gr.Column(scale=1.0, min_width=150):
143
  pychart = gr.Plot(label="Matching Percentage Chart")
 
49
  **Detailed Analysis:**
50
  the result should be in this format:
51
  Matched Percentage: [matching percentage].
52
+ Reason : [Mention Reason get this matched percentage.].
53
+ Skills To Improve : [Mention the skills to improve and get 100 percentage for job description matching].
54
+ Keywords : [{job_description} matched key words from {resume}].
55
  """,
56
  temperature=0,
57
  max_tokens=100,
 
111
  def gradio_interface(self):
112
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
113
  gr.HTML("""<img class="leftimage" align="left" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
114
+ """)
115
 
116
  with gr.Row():
117
  with gr.Column(elem_id="col-container"):
 
119
  """<br style="color:white;">"""
120
  )
121
  gr.HTML(
122
+ """<h2 style="text-align:center; color:"white">AI Resume Analyzer</h2> """
123
  )
124
  gr.HTML("<br>")
125
  with gr.Row():
 
137
  with gr.Column(scale=1.0, min_width=150):
138
  skills = gr.Textbox(label="Skills To Improve",lines=8)
139
  with gr.Column(scale=1.0, min_width=150):
140
+ keywords = gr.Textbox(label="Keywords from Resume",lines=8)
141
  with gr.Row():
142
  with gr.Column(scale=1.0, min_width=150):
143
  pychart = gr.Plot(label="Matching Percentage Chart")