Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Nov 9, 2024
1 parent 68a37eb commit ce4c326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions viz/src/components/CustomSeqPlayground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const CustomSeqPlayground = ({ feature }: CustomSeqPlaygroundProps) => {

return (
<div>
<div style={{ marginTop: 20 }}>
<div className="mt-5">
<SeqInput
sequence={customSeq}
setSequence={setCustomSeq}
Expand Down Expand Up @@ -136,7 +136,7 @@ const CustomSeqPlayground = ({ feature }: CustomSeqPlaygroundProps) => {
{/* Once we have SAE activations and the first structure has loaded, render the steering controls */}
{customSeqActivations.length > 0 &&
playgroundState !== PlaygroundState.LOADING_SAE_ACTIVATIONS && (
<div style={{ marginTop: 20 }}>
<div className="mt-5">
<h3 className="text-xl font-bold mb-4">Sequence Editing via Steering</h3>
<div className="bg-gray-50 p-4 rounded-lg mb-4">
<p className="mb-2 text-sm">Steering increases this feature's activation.</p>
Expand Down
1 change: 0 additions & 1 deletion viz/src/components/SAESidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export default function SAESidebar() {
<>
<div className="fixed flex items-center justify-between top-0 w-full bg-background border-b border-border z-50 py-4 px-6 md:hidden left-0 right-0">
<SidebarTrigger />
{/* FIXME: minor bug on mobile where this icon gets pushed to the right when the sidebar is open */}
<Search onClick={() => navigate(`/sae-viz/${selectedModel}`)} />
</div>
<Sidebar>
Expand Down

0 comments on commit ce4c326

Please sign in to comment.