Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -8,7 +8,7 @@ from datasets import load_dataset # 导入Hugging Face datasets库
|
|
8 |
# =======================================================================
|
9 |
|
10 |
# 请将 'your_agent_file' 替换为包含 MsPatient 类的实际文件名
|
11 |
-
from
|
12 |
|
13 |
# 从Hugging Face加载数据集的函数(移除了缓存)
|
14 |
def load_hf_dataset():
|
|
|
8 |
# =======================================================================
|
9 |
|
10 |
# 请将 'your_agent_file' 替换为包含 MsPatient 类的实际文件名
|
11 |
+
from ms_patient import MsPatient
|
12 |
|
13 |
# 从Hugging Face加载数据集的函数(移除了缓存)
|
14 |
def load_hf_dataset():
|