Spaces:
Running
Running
Clarify app-level privacy wording
Browse filesDocument Hugging Face static runtime metadata and make the no-tracking statement explicitly app-scoped.
- README.md +5 -2
- app.js +3 -3
- index.html +1 -1
README.md
CHANGED
|
@@ -43,8 +43,11 @@ an immutable, reviewed Hugging Face commit: `0b472efffdcd5b0b6a166cab21ca3181087
|
|
| 43 |
for the Japan dataset and `99a46bd5df9d6af3d7226e4836cb28d4d754f3b7`
|
| 44 |
for the Iceland dataset. Updating either snapshot requires an explicit code
|
| 45 |
change and a new Space review. Responses are cached only in memory for the
|
| 46 |
-
current page session.
|
| 47 |
-
tracking, server-side processing, or bundled copy of either dataset.
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
All remote fields are inserted into the page with DOM `textContent`. The app
|
| 50 |
does not use `innerHTML`, `eval`, or remote templates. Source links and fetch
|
|
|
|
| 43 |
for the Japan dataset and `99a46bd5df9d6af3d7226e4836cb28d4d754f3b7`
|
| 44 |
for the Iceland dataset. Updating either snapshot requires an explicit code
|
| 45 |
change and a new Space review. Responses are cached only in memory for the
|
| 46 |
+
current page session. The app itself adds no analytics, account access, local
|
| 47 |
+
storage, tracking, server-side processing, or bundled copy of either dataset.
|
| 48 |
+
Hugging Face serves the page and injects its small public
|
| 49 |
+
`window.huggingface.variables` metadata object into Static Spaces; Culture
|
| 50 |
+
Compass does not read or use that object.
|
| 51 |
|
| 52 |
All remote fields are inserted into the page with DOM `textContent`. The app
|
| 53 |
does not use `innerHTML`, `eval`, or remote templates. Source links and fetch
|
app.js
CHANGED
|
@@ -59,7 +59,7 @@
|
|
| 59 |
statusListLabel: "Status editorial",
|
| 60 |
sourceDisclosure: "Confira contexto, limitações e licença no repositório original.",
|
| 61 |
sourceLink: "Abrir dataset-fonte no Hugging Face",
|
| 62 |
-
footerNote: "Interface estática, sem rastreamento.",
|
| 63 |
footerNavLabel: "Datasets-fonte",
|
| 64 |
prompt: "Proposta de atividade",
|
| 65 |
objectives: "Objetivos de aprendizagem",
|
|
@@ -116,7 +116,7 @@
|
|
| 116 |
statusListLabel: "Editorial status",
|
| 117 |
sourceDisclosure: "Read the context, limitations, and license in the original repository.",
|
| 118 |
sourceLink: "Open source dataset on Hugging Face",
|
| 119 |
-
footerNote: "Static interface, no tracking.",
|
| 120 |
footerNavLabel: "Source datasets",
|
| 121 |
prompt: "Activity prompt",
|
| 122 |
objectives: "Learning objectives",
|
|
@@ -173,7 +173,7 @@
|
|
| 173 |
statusListLabel: "编辑状态",
|
| 174 |
sourceDisclosure: "请在原始仓库中查看背景、限制与许可证。",
|
| 175 |
sourceLink: "在 Hugging Face 打开源数据集",
|
| 176 |
-
footerNote: "静态界面,不
|
| 177 |
footerNavLabel: "源数据集",
|
| 178 |
prompt: "活动任务",
|
| 179 |
objectives: "学习目标",
|
|
|
|
| 59 |
statusListLabel: "Status editorial",
|
| 60 |
sourceDisclosure: "Confira contexto, limitações e licença no repositório original.",
|
| 61 |
sourceLink: "Abrir dataset-fonte no Hugging Face",
|
| 62 |
+
footerNote: "Interface estática, sem rastreamento próprio.",
|
| 63 |
footerNavLabel: "Datasets-fonte",
|
| 64 |
prompt: "Proposta de atividade",
|
| 65 |
objectives: "Objetivos de aprendizagem",
|
|
|
|
| 116 |
statusListLabel: "Editorial status",
|
| 117 |
sourceDisclosure: "Read the context, limitations, and license in the original repository.",
|
| 118 |
sourceLink: "Open source dataset on Hugging Face",
|
| 119 |
+
footerNote: "Static interface, no app-level tracking.",
|
| 120 |
footerNavLabel: "Source datasets",
|
| 121 |
prompt: "Activity prompt",
|
| 122 |
objectives: "Learning objectives",
|
|
|
|
| 173 |
statusListLabel: "编辑状态",
|
| 174 |
sourceDisclosure: "请在原始仓库中查看背景、限制与许可证。",
|
| 175 |
sourceLink: "在 Hugging Face 打开源数据集",
|
| 176 |
+
footerNote: "静态界面,不添加应用级跟踪。",
|
| 177 |
footerNavLabel: "源数据集",
|
| 178 |
prompt: "活动任务",
|
| 179 |
objectives: "学习目标",
|
index.html
CHANGED
|
@@ -203,7 +203,7 @@
|
|
| 203 |
<div class="shell footer-grid">
|
| 204 |
<p>
|
| 205 |
<span>Culture Compass</span>
|
| 206 |
-
<span data-i18n="footerNote">Interface estática, sem rastreamento.</span>
|
| 207 |
</p>
|
| 208 |
<nav aria-label="Datasets-fonte" data-i18n-aria="footerNavLabel">
|
| 209 |
<a href="https://huggingface.co/datasets/guicybercode/japan-math-philosophy-prompts" lang="en">Japan + Math</a>
|
|
|
|
| 203 |
<div class="shell footer-grid">
|
| 204 |
<p>
|
| 205 |
<span>Culture Compass</span>
|
| 206 |
+
<span data-i18n="footerNote">Interface estática, sem rastreamento próprio.</span>
|
| 207 |
</p>
|
| 208 |
<nav aria-label="Datasets-fonte" data-i18n-aria="footerNavLabel">
|
| 209 |
<a href="https://huggingface.co/datasets/guicybercode/japan-math-philosophy-prompts" lang="en">Japan + Math</a>
|