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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def update_direct_steering_options(prompt_type):
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():
 
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():