diff --git a/webapp/server.py b/webapp/server.py index d5eff16..e7f3916 100644 --- a/webapp/server.py +++ b/webapp/server.py @@ -87,7 +87,7 @@ OPENAPI_TAGS = [ def create_app() -> FastAPI: """Build and configure the FastAPI application instance.""" app = FastAPI( - title="RAGAS 评估系统", + title="Siemens RAGAS 评估平台", description=( "西门子医疗影像 RAG 评估平台 API 文档。\n\n" "提供以下能力:\n" diff --git a/webapp/static/css/app.css b/webapp/static/css/app.css index 1499d0e..aa41081 100644 --- a/webapp/static/css/app.css +++ b/webapp/static/css/app.css @@ -1,4 +1,4 @@ -/* Siemens RAGAS 评估控制台 — 样式表 +/* Siemens RAGAS 评估平台 — 样式表 配色取自西门子品牌色(petrol / 深青)与中性灰,呼应企业语境。 */ :root { diff --git a/webapp/static/index.html b/webapp/static/index.html index a262c55..612dec2 100644 --- a/webapp/static/index.html +++ b/webapp/static/index.html @@ -3,7 +3,7 @@ - RAGAS 评估控制台 + Siemens RAGAS 评估平台 @@ -12,8 +12,8 @@