From b08e275c723341e4f80b779a7e98458f1ee428ba Mon Sep 17 00:00:00 2001 From: "yifeng.wang" <3038880699@qq.com> Date: Thu, 13 Mar 2025 21:29:10 +0800 Subject: [PATCH] polish web --- owl/webapp_zh.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/owl/webapp_zh.py b/owl/webapp_zh.py index 5ac3310..0060db3 100644 --- a/owl/webapp_zh.py +++ b/owl/webapp_zh.py @@ -486,7 +486,13 @@ def create_ui(): return "" with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as app: - + gr.Markdown( + """ + # 🦉 OWL 多智能体协作系统 + + 基于CAMEL框架开发的先进多智能体协作系统,旨在通过智能体协作解决复杂问题。 + """ + ) with gr.Row(): with gr.Column(scale=1): @@ -526,7 +532,7 @@ def create_ui(): - with gr.Tabs(scale=2): + with gr.Tabs(): with gr.TabItem("回答"): answer_output = gr.Textbox( label="回答",