diagaiwei commited on
Commit
a6da41e
1 Parent(s): 8feed39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def chat(question):
45
  return responses
46
 
47
 
48
- title = "ColBERT QA trained on the Chinese cmedqa-v2 dataset 基于ColBERT的中文健康问题QA模型"
49
  description = "用中文输入健康问题,比如 '高血压吃什么药物?', 程序返回5条跟问题最相关的回答。"
50
 
51
 
 
45
  return responses
46
 
47
 
48
+ title = "基于ColBERT的中文健康问题QA模型"
49
  description = "用中文输入健康问题,比如 '高血压吃什么药物?', 程序返回5条跟问题最相关的回答。"
50
 
51