ddas commited on
Commit
c7a947b
·
unverified ·
1 Parent(s): f81649b

reduce subject to 200 max

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 400 chars)...",
1507
  lines=1,
1508
  max_lines=1,
1509
- max_length=400,
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
  )