diff --git a/app/frontend/ui.py b/app/frontend/ui.py index 3cf9c27..5504d7f 100644 --- a/app/frontend/ui.py +++ b/app/frontend/ui.py @@ -124,8 +124,10 @@ def render_chat_interface(top_k, explain): # Intent Badge if "intent" in msg: icon = {"EMPATHY": "❤️", "DECISION": "⚖️", "CODING": "💻", "FACT": "📚"}.get(msg["intent"], "🧠") - st.markdown(f'