Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -145,10 +145,8 @@ try:
|
|
145 |
inputs=inputs,
|
146 |
outputs=outputs,
|
147 |
title="极速版ChatGPT",
|
148 |
-
description=
|
149 |
-
|
150 |
-
2. 新站点功能包括:对话更加流畅、增加多个贴近中文用户使用习惯的优质提示词、历史对话记录、一键开启单轮/多轮对话、完整对话记录截屏、自定义预设角色提示词等。
|
151 |
-
"""),
|
152 |
|
153 |
theme=gr.themes.Soft(),
|
154 |
css=css,
|
|
|
145 |
inputs=inputs,
|
146 |
outputs=outputs,
|
147 |
title="极速版ChatGPT",
|
148 |
+
description="重要通知: 为了提供更为强大的人工智能服务,本产品已经正式完成内部测试与站点升级。欢迎大家通过手机或者电脑体验新站点(用户名与密码均不变):https://allinaigcnlp.com/ 新站点功能包括:对话更加流畅、增加多个贴近中文用户使用习惯的优质提示词、历史对话记录、一键开启单轮/多轮对话、完整对话记录截屏、自定义预设角色提示词等。
|
149 |
+
",
|
|
|
|
|
150 |
|
151 |
theme=gr.themes.Soft(),
|
152 |
css=css,
|