EinsteinCoder commited on
Commit
1dda4f2
·
1 Parent(s): 5080028

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,5 +135,5 @@ def index():
135
  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."""
136
 
137
  if __name__ == '__main__':
138
- app.run(debug=False,host='0.0.0.0,port=5050)
139
  uvicorn.run(app,host='0.0.0.0', port=5050)
 
135
  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."""
136
 
137
  if __name__ == '__main__':
138
+ app.run(debug=False,host='0.0.0.0',port=5050)
139
  uvicorn.run(app,host='0.0.0.0', port=5050)