Spaces:
Sleeping
Sleeping
Commit
·
53650b0
1
Parent(s):
a7d2fe5
Fix: Trigger Hugging Face Space rebuild
Browse files
app.py
CHANGED
|
@@ -3,6 +3,8 @@ import pandas as pd
|
|
| 3 |
from task_manager import TaskManager
|
| 4 |
import os
|
| 5 |
|
|
|
|
|
|
|
| 6 |
# Initialize the task manager
|
| 7 |
tm = TaskManager()
|
| 8 |
|
|
|
|
| 3 |
from task_manager import TaskManager
|
| 4 |
import os
|
| 5 |
|
| 6 |
+
# AI Task Assignment System for Hugging Face Spaces
|
| 7 |
+
|
| 8 |
# Initialize the task manager
|
| 9 |
tm = TaskManager()
|
| 10 |
|