Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py (#11)
Browse files- Update app.py (1b95ae06436270ebcd9933d6cfb057229fe387be)
app.py
CHANGED
@@ -45,10 +45,11 @@ open an issue with <a href="https://github.com/bigcode-project/opt-out-v2/issues
|
|
45 |
|
46 |
opt_out_issue_title = """Opt-out request for {username}"""
|
47 |
opt_out_issue_body = """\
|
48 |
-
I request that the following data is removed from The Stack:
|
49 |
|
50 |
- Commits
|
51 |
- GitHub issue
|
|
|
52 |
{repo_list}
|
53 |
|
54 |
_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.
|
|
|
45 |
|
46 |
opt_out_issue_title = """Opt-out request for {username}"""
|
47 |
opt_out_issue_body = """\
|
48 |
+
I request that the following data is removed from The Stack and StackOverflow:
|
49 |
|
50 |
- Commits
|
51 |
- GitHub issue
|
52 |
+
- StackOverflow: <INSERT_STACKOVERFLOW_USERNAME_HERE>
|
53 |
{repo_list}
|
54 |
|
55 |
_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.
|