Update lang.py
Browse files
lang.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# lang.py
|
2 |
LANGUAGE_CONFIG = {
|
3 |
"en": {
|
4 |
-
"title": "## CoT-Lab: Human-AI Co-Thinking
|
5 |
"prompt_label": "Task Description - Prompt",
|
6 |
"prompt_placeholder": "Enter your prompt here...",
|
7 |
"editor_label": "Thought Editor",
|
@@ -40,7 +40,7 @@ LANGUAGE_CONFIG = {
|
|
40 |
|
41 |
},
|
42 |
"zh": {
|
43 |
-
"title": "## CoT-Lab:
|
44 |
"prompt_label": "任务描述 - 提示词",
|
45 |
"prompt_placeholder": "在此输入您的问题...",
|
46 |
"editor_label": "思维编辑器",
|
|
|
1 |
# lang.py
|
2 |
LANGUAGE_CONFIG = {
|
3 |
"en": {
|
4 |
+
"title": "## CoT-Lab: Human-AI Co-Thinking \nFollow, learn, and iterate the thought within one turn. ",
|
5 |
"prompt_label": "Task Description - Prompt",
|
6 |
"prompt_placeholder": "Enter your prompt here...",
|
7 |
"editor_label": "Thought Editor",
|
|
|
40 |
|
41 |
},
|
42 |
"zh": {
|
43 |
+
"title": "## CoT-Lab: 人机协同思维实验\n在一轮对话中跟随、学习、迭代思维链。",
|
44 |
"prompt_label": "任务描述 - 提示词",
|
45 |
"prompt_placeholder": "在此输入您的问题...",
|
46 |
"editor_label": "思维编辑器",
|