LLMVis / assets /style.css

Commit History

Moved glossary button to header instead of hidden in sidebar
42ae447

cdpearlman commited on

Added pre-built prompts for app and chatbot
018a9f2

cdpearlman commited on

Fixed glossary UI to be cleaner
1cce926

cdpearlman commited on

Chatbot improvements: UI cleaning, chat streaming, typing animation, and better markdown formatting
a684a8d

cdpearlman commited on

Add drag-to-resize on chat window left edge
718dfcb

cdpearlman Cursor commited on

feat: Add AI chatbot with Gemini integration and RAG support
62884e7

cdpearlman Cursor commited on

Add educational explanations to pipeline stages (Agent C): embedding lookup table, MLP knowledge storage, attention viz guide
3e6c5b6

cdpearlman commited on

Refactor: Replace heatmap with pipeline explanation visualization
3850656

cdpearlman commited on

heatmap implementation
ac745db

cdpearlman commited on

feat: implement PHASE 6 (BertViz button relocation) and PHASE 7 (CSS styling)
6dad069

cdpearlman commited on

Complete PHASE 5: Individual Layer Panel Refactor
1977521

cdpearlman commited on

Implement PHASE 4: Transformer Layers Panel Redesign - Added line graph showing top 5 tokens probabilities across layers - Implemented collapsible container for transformer layers with stacked visual - Added yellow highlighting for significant layers - Supports both single and comparison modes
47efaf4

cdpearlman commited on

Implement PHASE 3: Tokenization Explanation Section - Created components/tokenization_panel.py with three-column layout - Added HTML/CSS-based static tokenization diagram - Integrated tokenization panel into main_panel.py - Added update_tokenization_display() callback - Added CSS styling with hover effects and connecting lines - Implemented comparison mode support with vertical stacking
f0bb174

cdpearlman commited on

PHASE 2: UI Component Removal & Cleanup - Removed Check Token feature, Bottom Experiments section, certainty display, and top_attended section from layer accordions. Cleaned up related CSS.
313afef

cdpearlman commited on

Add Experiments panel with mean ablation feature - Remove Divergent Layers summary from comparison panel (keep badges) - Add collapsible Experiments section after analysis - Implement Ablation Study with layer selection buttons - Add mean ablation function to replace layer activations with mean - Run ablation on both prompts and update results - Gray out ablated layer in accordion with visual indicator - Add CSS styling for experiments panel and ablated layers
67f8e53

cdpearlman commited on

Improve layer spacing and header text
6fac99b

cdpearlman commited on

Replace Cytoscape with accordion-based layer view
5c05f37

cdpearlman commited on

Feature updates: collapsible sidebar, toggle compare button, check token submit button, fix second graph visibility, improve check token debug output
3bbf674

cdpearlman commited on

Add compare prompts feature with dual visualization
9267d3e

cdpearlman commited on

Add CSS styling for sidebar toggle button
acc04a5

cdpearlman commited on

Full visualization reorganization, handles model selection, parameter selection, visualizes graphs w/ bertviz onclick
1a93ca4

cdpearlman commited on