Dyna-99 commited on
Commit
a69dde2
·
verified ·
1 Parent(s): e7a54b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,4 +178,4 @@ def health():
178
  return jsonify({"status": "healthy", "model": "BPJS Chatbot Improved"})
179
 
180
  if __name__ == '__main__':
181
- app.run(port=7860, debug=False) #ganti dari 5000 ke 7860
 
178
  return jsonify({"status": "healthy", "model": "BPJS Chatbot Improved"})
179
 
180
  if __name__ == '__main__':
181
+ app.run(host='0.0.0.0',port=7860, debug=False) #ganti dari 5000 ke 7860