frankaging commited on
Commit
223c854
·
1 Parent(s): 669503d
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -310,7 +310,7 @@ We intervene on Gemma-2-2B-it by adding steering vectors to the residual stream
310
 
311
  # Right side: concept detection and steering
312
  with gr.Column(scale=3):
313
- gr.Markdown("""#### Step 1: Choose a topic you want to recognize.""")
314
  with gr.Group():
315
  detect_search = gr.Textbox(
316
  label="Search for topics to detect",
@@ -333,7 +333,7 @@ We intervene on Gemma-2-2B-it by adding steering vectors to the residual stream
333
 
334
  gr.Markdown("---")
335
 
336
- gr.Markdown("""#### Step 2: Choose another topic you want to discuss when it detects the chosen topic above.""")
337
 
338
  with gr.Group():
339
  search_box = gr.Textbox(
 
310
 
311
  # Right side: concept detection and steering
312
  with gr.Column(scale=3):
313
+ gr.Markdown("""#### Step 1: Choose a topic the model needs to recognize.""")
314
  with gr.Group():
315
  detect_search = gr.Textbox(
316
  label="Search for topics to detect",
 
333
 
334
  gr.Markdown("---")
335
 
336
+ gr.Markdown("""#### Step 2: Choose another topic the model needs to discuss when it detects the topic above.""")
337
 
338
  with gr.Group():
339
  search_box = gr.Textbox(