Spaces:
Runtime error
Runtime error
frankaging
commited on
Commit
·
971ace8
1
Parent(s):
7ae0d2d
minor
Browse files
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=
|
| 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=True, scale=7, submit_btn=True),
|
| 308 |
additional_inputs=[selected_detection, selected_subspaces],
|
| 309 |
)
|
| 310 |
|