Spaces:
Runtime error
Runtime error
Commit
Β·
2755e1e
1
Parent(s):
ffa2ee0
update class of button
Browse files
src/synthetic_dataset_generator/apps/base.py
CHANGED
@@ -113,7 +113,7 @@ def show_success_message(org_name, repo_name) -> gr.Markdown:
|
|
113 |
<p style="margin-top: 0.5em;">
|
114 |
The generated dataset is <a href="https://huggingface.co/datasets/{org_name}/{repo_name}" target="_blank">available in the Hub</a>. It is in the right format for fine-tuning with TRL, AutoTrain, or other frameworks.
|
115 |
<div style="display: flex; gap: 10px;">
|
116 |
-
<a href="{argilla_api_url}" target="_blank" class="lg primary svelte-
|
117 |
Open in Argilla
|
118 |
</a>
|
119 |
</div>
|
|
|
113 |
<p style="margin-top: 0.5em;">
|
114 |
The generated dataset is <a href="https://huggingface.co/datasets/{org_name}/{repo_name}" target="_blank">available in the Hub</a>. It is in the right format for fine-tuning with TRL, AutoTrain, or other frameworks.
|
115 |
<div style="display: flex; gap: 10px;">
|
116 |
+
<a href="{argilla_api_url}" target="_blank" class="lg primary svelte-1137axg" style="color: white !important; margin-top: 0.5em; text-decoration: none;">
|
117 |
Open in Argilla
|
118 |
</a>
|
119 |
</div>
|