inksiyu commited on
Commit
f78b788
1 Parent(s): 587bd39

Update appbf.py

Browse files
Files changed (1) hide show
  1. appbf.py +2 -2
appbf.py CHANGED
@@ -252,5 +252,5 @@ def write_to_file():
252
 
253
  return jsonify({"message": "Content written to file successfully."})
254
 
255
- if __name__ == '__main__':
256
- app.run(host='0.0.0.0')
 
252
 
253
  return jsonify({"message": "Content written to file successfully."})
254
 
255
+ if __name__ == "__main__":
256
+ app.run(host="0.0.0.0", port=7860)