fix: remove promo footer from trust-gated agent tutorial

This commit is contained in:
Vinay Bhosle
2026-04-16 11:08:15 +05:30
parent 390a8498a1
commit 0d654a4f01
@@ -573,12 +573,6 @@ def _render_audit(audit: AuditTrail) -> None:
)
st.divider()
st.caption(
"🔄 **Production upgrade:** For cross-organization trust verification "
"with a global agent registry, see "
"[AgentStamp](https://agentstamp.org) — an open-source trust "
"intelligence API for AI agents."
)
def main() -> None: