HaveAI commited on
Commit
f431ff7
·
verified ·
1 Parent(s): 4d8702f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("New Conversation", "新建对话"))
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
- "Enter / to get suggestions",
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