jost commited on
Commit
f13c260
·
verified ·
1 Parent(s): cdbdb66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def update_direct_steering_options(prompt_type):
36
  # This function returns different choices based on the selected prompt manipulation
37
  options = {
38
  "None": [],
39
- "Impersonation (direct steering)": ["Option 1", "Option 2", "Option 3"]
40
  "Most similar RAG (indirect steering with related context)": ["Option A", "Option B", "Option C"],
41
  "Random RAG (indirect steering with randomized context)": ["Random 1", "Random 2", "Random 3"]
42
  }
 
36
  # This function returns different choices based on the selected prompt manipulation
37
  options = {
38
  "None": [],
39
+ "Impersonation (direct steering)": ["Option 1", "Option 2", "Option 3"],
40
  "Most similar RAG (indirect steering with related context)": ["Option A", "Option B", "Option C"],
41
  "Random RAG (indirect steering with randomized context)": ["Random 1", "Random 2", "Random 3"]
42
  }