Skip to content

Commit d70fb49

Browse files
Update smartbot.py
1 parent 4566ad7 commit d70fb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smartbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def response(user_response):
123123
if(user_response!='bye'): # if the users response is not bye
124124
if(user_response=='thanks' or user_response=='thank you' ): #Check if the users response is thanks or thank you
125125
flag=False #Set the flag to false to end the conversation / while loop
126-
print("DOCBOT: You're welcome !") #If the users response was thanks ot thank you then have the bot print You are welcome
126+
print("DOCBOT: You're welcome !") #If the users response was thanks ot thank you then have the bot print You're welcome
127127
else:
128128
if(greeting(user_response)!=None):
129129
print("DOCBOT: "+greeting(user_response))

0 commit comments

Comments
 (0)