Skip to content

Commit 69fee5f

Browse files
committed
Change the comments
1 parent 2ba4273 commit 69fee5f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

dashboard/common.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88

99
def init_page(page_title: str, page_icon: str):
1010
"""
11-
通用页面初始化:
12-
- 设置 Streamlit 页面配置
13-
- 初始化 DataLoader
14-
- 设置项目路径
11+
Common page initialization:
12+
- -Set Streamlit page configuration
13+
- initialize DataLoader
14+
- set project path
1515
"""
16-
1716
# Add project root to Python path
1817
project_root = Path(__file__).parent.parent
1918
if str(project_root) not in sys.path:

0 commit comments

Comments
 (0)