Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ 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/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 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}"""
|