Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
add data source
Browse files
app.py
CHANGED
@@ -35,6 +35,8 @@ As part of the BigCode project, we released and maintain [The Stack V2](https://
|
|
35 |
This tool lets you check if a repository under a given username is part of The Stack dataset. Would you like to have your data removed from future versions of The Stack? You can opt-out following the instructions [here](https://www.bigcode-project.org/docs/about/the-stack/#how-can-i-request-that-my-data-be-removed-from-the-stack). Note that previous opt-outs might still be displayed in the release candidate (denoted with "-rc"), which will be removed for the release.
|
36 |
|
37 |
**Note**: The Stack v2.0 is built from the data provided by the [Software Heriage Archive](https://archive.softwareheritage.org/), so it may include repositories that are no longer present on GitHub.
|
|
|
|
|
38 |
"""
|
39 |
|
40 |
opt_out_text_template = """\
|
|
|
35 |
This tool lets you check if a repository under a given username is part of The Stack dataset. Would you like to have your data removed from future versions of The Stack? You can opt-out following the instructions [here](https://www.bigcode-project.org/docs/about/the-stack/#how-can-i-request-that-my-data-be-removed-from-the-stack). Note that previous opt-outs might still be displayed in the release candidate (denoted with "-rc"), which will be removed for the release.
|
36 |
|
37 |
**Note**: The Stack v2.0 is built from the data provided by the [Software Heriage Archive](https://archive.softwareheritage.org/), so it may include repositories that are no longer present on GitHub.
|
38 |
+
**Data source**:\
|
39 |
+
<img src="https://annex.softwareheritage.org/public/logo/software-heritage-logo-title.2048px.png" alt="Logo" style="height: 2em; vertical-align: middle;" />
|
40 |
"""
|
41 |
|
42 |
opt_out_text_template = """\
|