We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba4273 commit 69fee5fCopy full SHA for 69fee5f
1 file changed
dashboard/common.py
@@ -8,12 +8,11 @@
8
9
def init_page(page_title: str, page_icon: str):
10
"""
11
- 通用页面初始化:
12
- - 设置 Streamlit 页面配置
13
- - 初始化 DataLoader
14
- - 设置项目路径
+ Common page initialization:
+ - -Set Streamlit page configuration
+ - initialize DataLoader
+ - set project path
15
16
-
17
# Add project root to Python path
18
project_root = Path(__file__).parent.parent
19
if str(project_root) not in sys.path:
0 commit comments