jost commited on
Commit
d9f969c
1 Parent(s): fa0ed9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):