From f141e1d5daae24bb27a4d6186d059e21c831db96 Mon Sep 17 00:00:00 2001 From: Zarathushtra Date: Mon, 5 Jan 2026 14:50:04 +0545 Subject: [PATCH] updated --- 6-NLP/1-Introduction-to-NLP/solution/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-NLP/1-Introduction-to-NLP/solution/bot.py b/6-NLP/1-Introduction-to-NLP/solution/bot.py index 1edc5a890..f452bc5b4 100644 --- a/6-NLP/1-Introduction-to-NLP/solution/bot.py +++ b/6-NLP/1-Introduction-to-NLP/solution/bot.py @@ -1,6 +1,6 @@ import random import string -# New Test +# New Update chatbot code with intent detection and state management INTENTS = { "greeting": ["hello", "hi", "hey"], "question": ["why", "what", "how", "is", "are", "?"],