From 65e400ca39e82bcc56a8e786612f1f109e8bebd9 Mon Sep 17 00:00:00 2001 From: TANARIEL SHEZNICK <154415338+TANARIEL999@users.noreply.github.com> Date: Fri, 3 May 2024 08:24:26 +0300 Subject: [PATCH] Chatterbot.py --- Chatterbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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- ")