Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def update_direct_steering_options(prompt_type):
|
|
41 |
"Random RAG (indirect steering with randomized context)": ["Random 1", "Random 2", "Random 3"]
|
42 |
}
|
43 |
|
44 |
-
return gr.Dropdown.update(choices=options.get(prompt_type, []))
|
45 |
#return options.get(prompt_type, []))
|
46 |
|
47 |
def main():
|
|
|
41 |
"Random RAG (indirect steering with randomized context)": ["Random 1", "Random 2", "Random 3"]
|
42 |
}
|
43 |
|
44 |
+
return gr.Dropdown.update(choices=options.get(prompt_type, []))
|
45 |
#return options.get(prompt_type, []))
|
46 |
|
47 |
def main():
|