Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def update_political_statement_options(test_type):
|
|
80 |
|
81 |
return gr.Dropdown(choices=choices,
|
82 |
label="Political statement",
|
83 |
-
value=choices[0]
|
84 |
allow_custom_value=True)
|
85 |
|
86 |
def update_direct_steering_options(prompt_type):
|
|
|
80 |
|
81 |
return gr.Dropdown(choices=choices,
|
82 |
label="Political statement",
|
83 |
+
value=choices[0],
|
84 |
allow_custom_value=True)
|
85 |
|
86 |
def update_direct_steering_options(prompt_type):
|