From 3b86b04482beef738bdf2d5397fd1c32f91dd85f Mon Sep 17 00:00:00 2001 From: harshithagupta2614 <55712062+harshithagupta2614@users.noreply.github.com> Date: Sun, 3 Oct 2021 01:46:28 +0530 Subject: [PATCH 1/2] Update bot_main.py --- bot_main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot_main.py b/bot_main.py index 37f7f5b..e379624 100644 --- a/bot_main.py +++ b/bot_main.py @@ -1,7 +1,7 @@ # Made by Anurag - +#chatbox using speak recognition # Chat Bot for IT complaint # Libraries @@ -122,4 +122,4 @@ def enter_a_function(at_any_event): # moving to bind main window through enter key !!!! main.bind('' , enter_a_function) -main.mainloop() \ No newline at end of file +main.mainloop() From c11a865e3e2cf7171c06a845d135dce8af0f679b Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Thu, 2 Jun 2022 00:58:31 +0530 Subject: [PATCH 2/2] Update bot_main.py --- bot_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot_main.py b/bot_main.py index e379624..4472e0c 100644 --- a/bot_main.py +++ b/bot_main.py @@ -1,7 +1,7 @@ # Made by Anurag -#chatbox using speak recognition +#chatbot using speak recognition # Chat Bot for IT complaint # Libraries