Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|