Spaces:
Runtime error
Runtime error
Leire Aguirre
commited on
Commit
ยท
962b6f3
1
Parent(s):
45be746
fix static colors
Browse files
src/synthetic_dataset_generator/apps/base.py
CHANGED
|
@@ -138,7 +138,7 @@ def show_success_message(org_name, repo_name) -> gr.Markdown:
|
|
| 138 |
Open in Hub
|
| 139 |
</a>
|
| 140 |
</p>
|
| 141 |
-
<p style="margin-top: 1em; color:
|
| 142 |
By configuring an `ARGILLA_API_URL` and `ARGILLA_API_KEY` you can curate the dataset in Argilla.
|
| 143 |
Unfamiliar with Argilla? Here are some docs to help you get started:
|
| 144 |
<br>โข <a href="https://docs.argilla.io/latest/getting_started/quickstart/" target="_blank">How to get started with Argilla</a>
|
|
@@ -160,12 +160,12 @@ def show_success_message(org_name, repo_name) -> gr.Markdown:
|
|
| 160 |
<a href="{argilla_api_url}" target="_blank" class="lg primary svelte-cmf5ev" style="color: white !important; margin-top: 0.5em; text-decoration: none;">
|
| 161 |
Open in Argilla
|
| 162 |
</a>
|
| 163 |
-
<a href="https://huggingface.co/datasets/{org_name}/{repo_name}" target="_blank" class="lg secondary svelte-cmf5ev" style="color:
|
| 164 |
Open in Hub
|
| 165 |
</a>
|
| 166 |
</div>
|
| 167 |
</p>
|
| 168 |
-
<p style="margin-top: 1em; color:
|
| 169 |
Unfamiliar with Argilla? Here are some docs to help you get started:
|
| 170 |
<br>โข <a href="https://docs.argilla.io/latest/how_to_guides/annotate/" target="_blank">How to curate data in Argilla</a>
|
| 171 |
<br>โข <a href="https://docs.argilla.io/latest/how_to_guides/import_export/" target="_blank">How to export data once you have reviewed the dataset</a>
|
|
|
|
| 138 |
Open in Hub
|
| 139 |
</a>
|
| 140 |
</p>
|
| 141 |
+
<p style="margin-top: 1em; color: var(--block-title-text-color)">
|
| 142 |
By configuring an `ARGILLA_API_URL` and `ARGILLA_API_KEY` you can curate the dataset in Argilla.
|
| 143 |
Unfamiliar with Argilla? Here are some docs to help you get started:
|
| 144 |
<br>โข <a href="https://docs.argilla.io/latest/getting_started/quickstart/" target="_blank">How to get started with Argilla</a>
|
|
|
|
| 160 |
<a href="{argilla_api_url}" target="_blank" class="lg primary svelte-cmf5ev" style="color: white !important; margin-top: 0.5em; text-decoration: none;">
|
| 161 |
Open in Argilla
|
| 162 |
</a>
|
| 163 |
+
<a href="https://huggingface.co/datasets/{org_name}/{repo_name}" target="_blank" class="lg secondary svelte-cmf5ev" style="color: var(--button-secondary-text-color) !important; margin-top: 0.5em; text-decoration: none;">
|
| 164 |
Open in Hub
|
| 165 |
</a>
|
| 166 |
</div>
|
| 167 |
</p>
|
| 168 |
+
<p style="margin-top: 1em; color: var(--block-title-text-color)">
|
| 169 |
Unfamiliar with Argilla? Here are some docs to help you get started:
|
| 170 |
<br>โข <a href="https://docs.argilla.io/latest/how_to_guides/annotate/" target="_blank">How to curate data in Argilla</a>
|
| 171 |
<br>โข <a href="https://docs.argilla.io/latest/how_to_guides/import_export/" target="_blank">How to export data once you have reviewed the dataset</a>
|