From 1d3b1541546e8e8c769f8a5515d4e5c735a28fe6 Mon Sep 17 00:00:00 2001 From: shreyanshu420 <72186416+Shreyanshu420@users.noreply.github.com> Date: Tue, 12 Jan 2021 16:29:45 +0530 Subject: [PATCH] update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aff37fc..0f085ba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ChatBot +# python ChatBot is a machine-learning based conversational dialog engine build in Python which makes it possible to generate responses based on collections of @@ -7,7 +8,7 @@ known conversations. The language independent design of ChatBot allows it to be trained to speak any language. -An example of typical input would be something like this: + And An example of typical input would be something like this: > **user:** Good morning! How are you doing? > **bot:** I am doing very well, thank you for asking.