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