131619MPS commited on
Commit
f4e8bd5
·
verified ·
1 Parent(s): 938dee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -803,4 +803,5 @@ def excel_delete_row():
803
  return jsonify({"status": "error", "message": "Failed to delete from Excel"}), 500
804
 
805
  if __name__ == '__main__':
806
- app.run(host='0.0.0.0', port=7860, debug=False)
 
 
803
  return jsonify({"status": "error", "message": "Failed to delete from Excel"}), 500
804
 
805
  if __name__ == '__main__':
806
+ app.run(host='0.0.0.0', port=7860, debug=False)
807
+