lvwerra HF Staff commited on
Commit
67fcf7e
·
1 Parent(s): 3a2b8d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -35,7 +35,8 @@ opt_out_text_template = """\
35
 
36
  If you want your data to be removed from the stack and model training \
37
 
38
- open an issue with <a href="https://github.com/bigcode-project/opt-out-v2/issues/new?title={title}&body={body}" target="_blank">this link</a>.\
 
39
  """
40
 
41
  opt_out_issue_title = """Opt-out request for {username}"""
 
35
 
36
  If you want your data to be removed from the stack and model training \
37
 
38
+ open an issue with <a href="https://github.com/bigcode-project/opt-out-v2/issues/new?title={title}&body={body}" target="_blank">this link</a> \
39
+ (if the link doesn't work try right a right click and open it in a new tab) or visit https://github.com/bigcode-project/opt-out-v2/issues/new .\
40
  """
41
 
42
  opt_out_issue_title = """Opt-out request for {username}"""