Spaces:
Running
Running
Update src/app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -510,7 +510,7 @@ def basic_grammar_check(text):
|
|
| 510 |
class ResumeAnalyzer:
|
| 511 |
def __init__(self):
|
| 512 |
self.nlp, self.grammar_tool = init_tools()
|
| 513 |
-
self.chatbot =
|
| 514 |
|
| 515 |
try:
|
| 516 |
self.stop_words = set(stopwords.words('english'))
|
|
|
|
| 510 |
class ResumeAnalyzer:
|
| 511 |
def __init__(self):
|
| 512 |
self.nlp, self.grammar_tool = init_tools()
|
| 513 |
+
self.chatbot = ImprovedCPUChatbot()
|
| 514 |
|
| 515 |
try:
|
| 516 |
self.stop_words = set(stopwords.words('english'))
|