jost commited on
Commit
4c26d43
·
verified ·
1 Parent(s): 4a289c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,7 +59,8 @@ def main():
59
  value="None", # default value
60
  )
61
 
62
- direct_steering_option = gr.Dropdown(label="Select party/ideology")
 
63
 
64
  # Link the dropdowns so that the option dropdown updates based on the selected prompt manipulation
65
  prompt_manipulation.change(fn=update_direct_steering_options, inputs=prompt_manipulation, outputs=direct_steering_option)
 
59
  value="None", # default value
60
  )
61
 
62
+ direct_steering_option = gr.Dropdown(label="Select party/ideology",
63
+ allow_custom_value=True)
64
 
65
  # Link the dropdowns so that the option dropdown updates based on the selected prompt manipulation
66
  prompt_manipulation.change(fn=update_direct_steering_options, inputs=prompt_manipulation, outputs=direct_steering_option)