dschandra commited on
Commit
a011d11
·
verified ·
1 Parent(s): 6a6ea8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,4 +174,4 @@ def process_command(command):
174
  return "Sorry, I didn't understand your request."
175
 
176
  if __name__ == "__main__":
177
- app.run(debug=True, port=5000)
 
174
  return "Sorry, I didn't understand your request."
175
 
176
  if __name__ == "__main__":
177
+ app.run(host="0.0.0.0", port=7860)