lvwerra HF Staff commited on
Commit
9eb887b
·
1 Parent(s): 67fcf7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -34,9 +34,8 @@ 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
- (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}"""
@@ -47,7 +46,7 @@ I request that the following data is removed from The Stack:
47
  - GitHub issue
48
  {repo_list}
49
 
50
- _Note_: If you don't want all resources to be included just remove the elements from the list above.
51
  """
52
 
53
  def issue_url(username, repos):
 
34
  ### Opt-out
35
 
36
  If you want your data to be removed from the stack and model training \
 
37
  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> \
38
+ (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?&template=opt-out-request.md](https://github.com/bigcode-project/opt-out-v2/issues/new?&template=opt-out-request.md) .\
39
  """
40
 
41
  opt_out_issue_title = """Opt-out request for {username}"""
 
46
  - GitHub issue
47
  {repo_list}
48
 
49
+ _Note_: If you don't want all resources to be included just remove the elements from the list above. If you would like to exclude all repositories and resources just add a single element "all" to the list.
50
  """
51
 
52
  def issue_url(username, repos):