EinsteinCoder commited on
Commit
2008ddc
·
1 Parent(s): 46d4994

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def process_input():
99
  conversation_id = request.form['CallSid']
100
  #print("Conversation Id: " + conversation_id)
101
 
102
- if user_input.lower() in ''['thank you', 'thanks.', 'bye.', 'goodbye.','no thanks.','no, thank you.','i m good.','no, i m good.','same to you.','no, thanks.','thank you.']:
103
  response = VoiceResponse()
104
  response.say("Thank you for using our service. Goodbye!")
105
 
 
99
  conversation_id = request.form['CallSid']
100
  #print("Conversation Id: " + conversation_id)
101
 
102
+ if user_input.lower() in ['thank you', 'thanks.', 'bye.', 'goodbye.','no thanks.','no, thank you.','i m good.','no, i m good.','same to you.','no, thanks.','thank you.']:
103
  response = VoiceResponse()
104
  response.say("Thank you for using our service. Goodbye!")
105