Spaces:
Build error
Build error
Update app.py
Browse files
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
|
|
|
|
|
|
|
| 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}"""
|