diff --git a/Chatterbot.py b/Chatterbot.py index 525860c..3cb8807 100644 --- a/Chatterbot.py +++ b/Chatterbot.py @@ -6,7 +6,7 @@ trainer = ListTrainer(chatbot) -trainer.train(['Hi','Hello','How are you?','I am fine and You?','Greate','What are you Doing?','nothing just roaming around.']) +trainer.train(['Hi','Hello','How are you?','I am fine and You?','Great','What are you Doing?','Nothing just roaming around.']) while True: input_data = input("You- ")