Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
5dd06f3
1
Parent(s):
217ef30
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ class ResumeAnalyser:
|
|
99 |
# fig.update_layout(title='Matched Percentage')
|
100 |
|
101 |
|
102 |
-
return matched_percentage,reason,
|
103 |
|
104 |
|
105 |
def gradio_interface(self):
|
|
|
99 |
# fig.update_layout(title='Matched Percentage')
|
100 |
|
101 |
|
102 |
+
return matched_percentage,reason, skills_to_improve, keywords,fig
|
103 |
|
104 |
|
105 |
def gradio_interface(self):
|