Spaces:
Running
Running
Update app.py
Browse files
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
|