frankaging commited on
Commit
e5ed67b
·
1 Parent(s): c347500

claude impl

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ with gr.Blocks(theme='allenai/gradio-theme') as demo:
214
  gr.Markdown("## Current Steering Concepts")
215
  with gr.Group():
216
  remove_dropdown = gr.Dropdown(
217
- label="Select a Current Steering Concept to Stop",
218
  choices=[],
219
  multiselect=False,
220
  )
 
214
  gr.Markdown("## Current Steering Concepts")
215
  with gr.Group():
216
  remove_dropdown = gr.Dropdown(
217
+ label="Select a Current Steering Concept to Stop Steering",
218
  choices=[],
219
  multiselect=False,
220
  )