ZainabFatimaa commited on
Commit
7574b41
·
verified ·
1 Parent(s): 0885761

Update src/app.py

Browse files
Files changed (1) hide show
  1. 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 = SimpleCPUChatbot()
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'))