framlc commited on
Commit
f15f934
1 Parent(s): c652f86

defaulted file based answers into english

Browse files
Files changed (1) hide show
  1. ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py CHANGED
@@ -366,7 +366,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
366
  label=i18n("选择回复语言(针对搜索&索引功能)"),
367
  choices=REPLY_LANGUAGES,
368
  multiselect=False,
369
- value=REPLY_LANGUAGES[0],
370
  )
371
 
372
  with gr.Tab(label=i18n("高级")):
 
366
  label=i18n("选择回复语言(针对搜索&索引功能)"),
367
  choices=REPLY_LANGUAGES,
368
  multiselect=False,
369
+ value=REPLY_LANGUAGES[2],
370
  )
371
 
372
  with gr.Tab(label=i18n("高级")):