From f84ec7c7a0831527b9d01bd3bc496930717828c3 Mon Sep 17 00:00:00 2001
From: devmrko
Date: Wed, 22 Jul 2026 10:47:35 +0900
Subject: [PATCH] fix(poc4): remove duplicate header wordmark
---
poc4_active_source_20260714/apps/poc4/mcp_discovery_ui.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/poc4_active_source_20260714/apps/poc4/mcp_discovery_ui.py b/poc4_active_source_20260714/apps/poc4/mcp_discovery_ui.py
index 38cd46a..b9b9699 100644
--- a/poc4_active_source_20260714/apps/poc4/mcp_discovery_ui.py
+++ b/poc4_active_source_20260714/apps/poc4/mcp_discovery_ui.py
@@ -1968,7 +1968,6 @@ def _header_logo_url() -> str:
def _render_kb_header() -> None:
- logo_url = html.escape(_header_logo_url(), quote=True)
st.markdown(
f"""
@@ -1985,9 +1984,6 @@ def _render_kb_header() -> None:
DEMO 화면입니다.
-
-

-
""",
unsafe_allow_html=True,