Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,8 @@ This tool lets you check if a repository under a given username is part of The S
|
|
27 |
"""
|
28 |
|
29 |
opt_out_text_template = """\
|
|
|
|
|
30 |
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}).\
|
31 |
"""
|
32 |
|
|
|
27 |
"""
|
28 |
|
29 |
opt_out_text_template = """\
|
30 |
+
### Opt-out
|
31 |
+
|
32 |
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}).\
|
33 |
"""
|
34 |
|