sci-m-wang commited on
Commit
fb22eb4
·
verified ·
1 Parent(s): 45f6809

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 your_agent_file import MsPatient
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():