Skip to content

Commit

Permalink
Merge pull request #1 from harshithagupta2614/main
Browse files Browse the repository at this point in the history
Update bot_main.py
  • Loading branch information
anukaal authored Jun 1, 2022
2 parents 7da0568 + c11a865 commit 9e4e0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot_main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Made by Anurag


#chatbot using speak recognition
# Chat Bot for IT complaint

# Libraries
Expand Down Expand Up @@ -122,4 +122,4 @@ def enter_a_function(at_any_event):
# moving to bind main window through enter key !!!!

main.bind('<Return>' , enter_a_function)
main.mainloop()
main.mainloop()

0 comments on commit 9e4e0a1

Please sign in to comment.