Ctrl+K
UI parity with socratic/socratic-frame: (1) hide Gradio Chatbot top chrome via show_label=False + CSS for share/clear/delete/trash; (2) strip the '# Case: ...' H1 from the initial chatbot message via display-only CASE_TEXT_DISPLAY (full CASE_TEXT still passed to LLM via stream_turn); (3) hide the left yellow feedback-hint column (guide-col visible=False) so chatbot expands left, and drop the bottom-row mirror column so chat-row (scale=3) + action-col (scale=2) align under chatbot + right-col above.
a6b9106 verified