Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
add data source (#17)
Browse files- add data source (691219daba248b054fc67469cde2c582ec608181)
- Update app.py (b793a420bc7f9da47d3abaede9b108db92a8bb7b)
app.py
CHANGED
@@ -34,7 +34,9 @@ As part of the BigCode project, we released and maintain [The Stack V2](https://
|
|
34 |
|
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 = """\
|
|
|
34 |
|
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 = """\
|