typo
Browse files
src/distilabel_dataset_generator/apps/base.py
CHANGED
@@ -483,7 +483,7 @@ def show_success_message(org_name, repo_name) -> gr.Markdown:
|
|
483 |
<p style="margin-top: 0.5em;">
|
484 |
<strong>
|
485 |
<a href="{argilla_api_url}" target="_blank" style="color: #1565c0; text-decoration: none;">
|
486 |
-
Open dataset in Argilla space
|
487 |
</a>
|
488 |
</strong>
|
489 |
</p>
|
|
|
483 |
<p style="margin-top: 0.5em;">
|
484 |
<strong>
|
485 |
<a href="{argilla_api_url}" target="_blank" style="color: #1565c0; text-decoration: none;">
|
486 |
+
Open your dataset in the Argilla space
|
487 |
</a>
|
488 |
</strong>
|
489 |
</p>
|