jost commited on
Commit
5c72695
·
verified ·
1 Parent(s): 89c0673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[prompt_manipulation, direct_steering_option], outputs=[direct_steering_option])
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():