frankaging commited on
Commit
7ae0d2d
·
1 Parent(s): 43ca6ef
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -304,7 +304,7 @@ We intervene on Gemma-2-2B-it by adding steering vectors to the residual stream
304
  chat_interface = gr.ChatInterface(
305
  fn=generate,
306
  chatbot=gr.Chatbot(),
307
- textbox=gr.Textbox(placeholder="List some search engines with their pros and cons", container=False, scale=7, submit_btn=True),
308
  additional_inputs=[selected_detection, selected_subspaces],
309
  )
310
 
 
304
  chat_interface = gr.ChatInterface(
305
  fn=generate,
306
  chatbot=gr.Chatbot(),
307
+ textbox=gr.Textbox(placeholder="List some search engines with their pros and cons", container=False, scale=7, submit_btn=True, lines=2),
308
  additional_inputs=[selected_detection, selected_subspaces],
309
  )
310