Update app.py
Browse files
app.py
CHANGED
@@ -671,7 +671,7 @@ with gr.Blocks(css=css, fill_width=True) as demo:
|
|
671 |
color="primary",
|
672 |
variant="filled",
|
673 |
block=True, elem_style=dict(maxWidth="100%")) as add_conversation_btn:
|
674 |
-
ms.Text(get_text("
|
675 |
with ms.Slot("icon"):
|
676 |
antd.Icon("PlusOutlined")
|
677 |
|
@@ -952,7 +952,7 @@ with gr.Blocks(css=css, fill_width=True) as demo:
|
|
952 |
}""") as suggestion:
|
953 |
with ms.Slot("children"):
|
954 |
with antdx.Sender(placeholder=get_text(
|
955 |
-
"
|
956 |
"输入 / 获取建议"), ) as sender:
|
957 |
with ms.Slot("prefix"):
|
958 |
# Clear Button
|
|
|
671 |
color="primary",
|
672 |
variant="filled",
|
673 |
block=True, elem_style=dict(maxWidth="100%")) as add_conversation_btn:
|
674 |
+
ms.Text(get_text("Новий чат", "新建对话"))
|
675 |
with ms.Slot("icon"):
|
676 |
antd.Icon("PlusOutlined")
|
677 |
|
|
|
952 |
}""") as suggestion:
|
953 |
with ms.Slot("children"):
|
954 |
with antdx.Sender(placeholder=get_text(
|
955 |
+
"Введіть /, щоб отримати пропозиції",
|
956 |
"输入 / 获取建议"), ) as sender:
|
957 |
with ms.Slot("prefix"):
|
958 |
# Clear Button
|