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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -33,7 +33,9 @@ This tool lets you check if a repository under a given username is part of The S
33
  opt_out_text_template = """\
34
  ### Opt-out
35
 
36
- If you want your data to be removed from the stack and model training open an issue with [this link](https://github.com/bigcode-project/opt-out-v2/issues/new?title={title}&body={body}).\
 
 
37
  """
38
 
39
  opt_out_issue_title = """Opt-out request for {username}"""
 
33
  opt_out_text_template = """\
34
  ### Opt-out
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}"""