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