Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,7 @@ def main():
|
|
45 |
"Impersonation (direct steering)",
|
46 |
"Most similar RAG (indirect steering with related context)",
|
47 |
"Random RAG (indirect steering with randomized context)"
|
48 |
-
]
|
49 |
-
value="Impersonation (direct steering)" # Default value (optional)
|
50 |
)
|
51 |
|
52 |
# Conditional dropdown - options revealed based on ‘Prompt Manipulation’ selection
|
|
|
45 |
"Impersonation (direct steering)",
|
46 |
"Most similar RAG (indirect steering with related context)",
|
47 |
"Random RAG (indirect steering with randomized context)"
|
48 |
+
]
|
|
|
49 |
)
|
50 |
|
51 |
# Conditional dropdown - options revealed based on ‘Prompt Manipulation’ selection
|