jost commited on
Commit
1f663a5
·
verified ·
1 Parent(s): 45e1969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- #return direct_steering_option.update(choices=options.get(prompt_type, []))
 
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():