EinsteinCoder commited on
Commit
fb29f30
·
1 Parent(s): 26cb597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ def create_case(conv_hist,conv_id):
201
 
202
  @app.route('/')
203
  def index():
204
- return """Flask Server running with Twilio Voice & ChatGPT integrated with Salesforce for Case Creation. Call +1-320-313-9061 to talk to the AI Voice Bot."""
205
 
206
  if __name__ == '__main__':
207
  app.run(debug=False,host='0.0.0.0',port=5050)
 
201
 
202
  @app.route('/')
203
  def index():
204
+ return """Flask Server running with Twilio Voice & ChatGPT integrated with Salesforce for Case Creation. Call the registered Twilio # to talk to the AI Voice Bot."""
205
 
206
  if __name__ == '__main__':
207
  app.run(debug=False,host='0.0.0.0',port=5050)