Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,9 @@ def update_direct_steering_options(prompt_type):
|
|
41 |
"Random RAG (indirect steering with randomized context)": ["Random 1", "Random 2", "Random 3"]
|
42 |
}
|
43 |
|
44 |
-
direct_steering_option.update(choices=options.get(prompt_type, []))
|
45 |
-
|
|
|
46 |
#return options.get(prompt_type, []))
|
47 |
|
48 |
def main():
|
|
|
41 |
"Random RAG (indirect steering with randomized context)": ["Random 1", "Random 2", "Random 3"]
|
42 |
}
|
43 |
|
44 |
+
#direct_steering_option.update(choices=options.get(prompt_type, []))
|
45 |
+
symbols = ['FFIU', 'IGEB', 'VCIT', 'FCOR', 'SKOR', 'KORP', 'LQDI']
|
46 |
+
return gr.Dropdown(choices=symbols, interactive=True)
|
47 |
#return options.get(prompt_type, []))
|
48 |
|
49 |
def main():
|