Marco310 commited on
Commit
ca91842
·
1 Parent(s): 33e308f

rebuild app.py

Browse files
Files changed (1) hide show
  1. core/utils.py +2 -9
core/utils.py CHANGED
@@ -1,12 +1,6 @@
1
  """
2
- LifeFlow AI - Core Utilities (Fixed)
3
- 核心工具函數 - 修復撒花動畫
4
  """
5
- import sys
6
- from pathlib import Path
7
-
8
- current_dir = Path(__file__).parent.parent
9
- sys.path.insert(0, str(current_dir))
10
 
11
  import plotly.graph_objects as go
12
  from config import AGENTS_INFO
@@ -623,5 +617,4 @@ def create_result_visualization(task_list: list) -> str:
623
  }
624
  </style>
625
  """
626
-
627
- return html
 
1
  """
2
+ LifeFlow AI - Core Utilities
 
3
  """
 
 
 
 
 
4
 
5
  import plotly.graph_objects as go
6
  from config import AGENTS_INFO
 
617
  }
618
  </style>
619
  """
620
+ return html