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