diff --git a/Html/apps/utils/chapterUtil.py b/Html/apps/utils/chapterUtil.py
index 5f61098..b6859e4 100644
--- a/Html/apps/utils/chapterUtil.py
+++ b/Html/apps/utils/chapterUtil.py
@@ -1,5 +1,5 @@
from typing import Callable, Any
-from AlgoriAgent.projects.algoriAgent.tools.judge_tools import judge
+from ..function_tools import judge
CHAPTER_FINISH = 0
CHAPTER_FOCUS = 1