Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ def update_task_list(filter_status="all", filter_priority="all"):
|
|
| 68 |
</div>
|
| 69 |
</div>
|
| 70 |
<div class="flex gap-2 ml-4">
|
| 71 |
-
<button onclick="completeTask({task['id']})" class="px-3 py-1 bg-
|
| 72 |
<button onclick="deleteTask({task['id']})" class="px-3 py-1 bg-red-500 text-white rounded hover:bg-red-600 transition">×</button>
|
| 73 |
</div>
|
| 74 |
</div>
|
|
|
|
| 68 |
</div>
|
| 69 |
</div>
|
| 70 |
<div class="flex gap-2 ml-4">
|
| 71 |
+
<button onclick="completeTask({task['id']})" class="px-3 py-1 bg-orange-500 text-white rounded hover:bg-orange-600 transition">✓</button>
|
| 72 |
<button onclick="deleteTask({task['id']})" class="px-3 py-1 bg-red-500 text-white rounded hover:bg-red-600 transition">×</button>
|
| 73 |
</div>
|
| 74 |
</div>
|