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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,7 +49,7 @@ class ResumeAnalyser:
49
  **Detailed Analysis:**
50
  the result should be in this format:
51
  Matched Percentage: [matching percentage].
52
- Reason : [Reason for Matched.if not matched ask why].
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
  """,
@@ -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 class="leftimage" 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 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
  """,
 
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():