Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def main():
|
|
65 |
# Conditional dropdown - options revealed based on ‘Prompt Manipulation’ selection
|
66 |
direct_steering_option = gr.Dropdown(label="Direct Steering Option")
|
67 |
|
68 |
-
prompt_manipulation.change(fn=update_dropdown_options, inputs=
|
69 |
|
70 |
|
71 |
with gr.Row():
|
|
|
65 |
# Conditional dropdown - options revealed based on ‘Prompt Manipulation’ selection
|
66 |
direct_steering_option = gr.Dropdown(label="Direct Steering Option")
|
67 |
|
68 |
+
prompt_manipulation.change(fn=update_dropdown_options, inputs=prompt_manipulation, outputs=[direct_steering_option])
|
69 |
|
70 |
|
71 |
with gr.Row():
|