Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
89dc20d
1
Parent(s):
2a56924
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,8 @@ class ResumeAnalyser:
|
|
45 |
**Detailed Analysis:**
|
46 |
the result should be in this format:
|
47 |
Matched Percentage: [matching percentage].
|
48 |
-
Reason : [list out Reason
|
49 |
-
Skills To Improve : [Mention the skills How to improve and get 100 percentage
|
50 |
Keywords : [matched key words from {job_description} and {resume}].
|
51 |
""",
|
52 |
temperature=0,
|
@@ -129,11 +129,11 @@ class ResumeAnalyser:
|
|
129 |
with gr.Column(scale=1.0, min_width=150):
|
130 |
perncentage = gr.Textbox(label="Matching Percentage",lines=8)
|
131 |
with gr.Column(scale=1.0, min_width=150):
|
132 |
-
reason = gr.Textbox(label="Reason",lines=8)
|
133 |
with gr.Column(scale=1.0, min_width=150):
|
134 |
-
skills = gr.Textbox(label="Skills",lines=8)
|
135 |
with gr.Column(scale=1.0, min_width=150):
|
136 |
-
keywords = gr.Textbox(label="Keywords",lines=8)
|
137 |
with gr.Row():
|
138 |
with gr.Column(scale=1.0, min_width=150):
|
139 |
pychart = gr.Plot(label="Matching Percentage Chart")
|
|
|
45 |
**Detailed Analysis:**
|
46 |
the result should be in this format:
|
47 |
Matched Percentage: [matching percentage].
|
48 |
+
Reason : [list out Matching Reason from {job_description} and {resume}].
|
49 |
+
Skills To Improve : [Mention the skills How to improve and get 100 percentage job description matching].
|
50 |
Keywords : [matched key words from {job_description} and {resume}].
|
51 |
""",
|
52 |
temperature=0,
|
|
|
129 |
with gr.Column(scale=1.0, min_width=150):
|
130 |
perncentage = gr.Textbox(label="Matching Percentage",lines=8)
|
131 |
with gr.Column(scale=1.0, min_width=150):
|
132 |
+
reason = gr.Textbox(label="Matching Reason",lines=8)
|
133 |
with gr.Column(scale=1.0, min_width=150):
|
134 |
+
skills = gr.Textbox(label="Skills To Improve",lines=8)
|
135 |
with gr.Column(scale=1.0, min_width=150):
|
136 |
+
keywords = gr.Textbox(label="Matched Keywords",lines=8)
|
137 |
with gr.Row():
|
138 |
with gr.Column(scale=1.0, min_width=150):
|
139 |
pychart = gr.Plot(label="Matching Percentage Chart")
|