jost commited on
Commit
2876d2b
·
verified ·
1 Parent(s): bbb26ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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