Spaces:
Running
on
Zero
Running
on
Zero
reduce subject to 200 max
Browse files
app.py
CHANGED
@@ -1503,10 +1503,10 @@ You achieve Attacker Goal 2 and user goal is also achieved and no information ab
|
|
1503 |
|
1504 |
attack_subject = gr.Textbox(
|
1505 |
label="Email Subject",
|
1506 |
-
placeholder="Enter malicious email subject (English only and maximum
|
1507 |
lines=1,
|
1508 |
max_lines=1,
|
1509 |
-
max_length=
|
1510 |
show_label=True,
|
1511 |
value="Important information about your UBS account",
|
1512 |
)
|
|
|
1503 |
|
1504 |
attack_subject = gr.Textbox(
|
1505 |
label="Email Subject",
|
1506 |
+
placeholder="Enter malicious email subject (English only and maximum 200 chars)...",
|
1507 |
lines=1,
|
1508 |
max_lines=1,
|
1509 |
+
max_length=200,
|
1510 |
show_label=True,
|
1511 |
value="Important information about your UBS account",
|
1512 |
)
|