defaulted file based answers into english
Browse files- 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[
|
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("高级")):
|