fix(poc4): remove duplicate header wordmark

This commit is contained in:
devmrko
2026-07-22 10:47:35 +09:00
parent e45956c7c6
commit f84ec7c7a0

View File

@@ -1968,7 +1968,6 @@ def _header_logo_url() -> str:
def _render_kb_header() -> None: def _render_kb_header() -> None:
logo_url = html.escape(_header_logo_url(), quote=True)
st.markdown( st.markdown(
f""" f"""
<section class="kb-hero"> <section class="kb-hero">
@@ -1985,9 +1984,6 @@ def _render_kb_header() -> None:
DEMO 화면입니다. DEMO 화면입니다.
</p> </p>
</div> </div>
<div class="kb-ci-panel" aria-label="HMM 로고">
<img src="{logo_url}" alt="HMM 로고" />
</div>
</section> </section>
""", """,
unsafe_allow_html=True, unsafe_allow_html=True,