Update demo/src/App.tsx
Browse files- demo/src/App.tsx +3 -3
demo/src/App.tsx
CHANGED
@@ -77,9 +77,9 @@ function TabPanel({
|
|
77 |
// These are the four generation “modes” in sequence
|
78 |
const modelSequence = [
|
79 |
{ type: "original", title: "Original Model", key: "origin", icon: PiFinnTheHumanLight },
|
80 |
-
{ type: "origin+steer", title: "
|
81 |
-
{ type: "trained", title: "Trained Model", key: "trained", icon: PiFinnTheHumanFill },
|
82 |
-
{ type: "trained-steer", title: "
|
83 |
]
|
84 |
|
85 |
// Holds the partial or final text for each of the 4 slots
|
|
|
77 |
// These are the four generation “modes” in sequence
|
78 |
const modelSequence = [
|
79 |
{ type: "original", title: "Original Model", key: "origin", icon: PiFinnTheHumanLight },
|
80 |
+
{ type: "origin+steer", title: "Bias Amplified Steering", key: "origin+steer", icon: PiFinnTheHumanBold },
|
81 |
+
{ type: "trained", title: "Bias Trained Model", key: "trained", icon: PiFinnTheHumanFill },
|
82 |
+
{ type: "trained-steer", title: "Bias Mitigated Steering", key: "trained-steer", icon: PiFinnTheHumanDuotone },
|
83 |
]
|
84 |
|
85 |
// Holds the partial or final text for each of the 4 slots
|