Spaces:
Runtime error
Runtime error
Leire Aguirre
commited on
Commit
ยท
08f32d4
1
Parent(s):
7ba1af1
include button style
Browse files
src/synthetic_dataset_generator/apps/base.py
CHANGED
@@ -155,13 +155,9 @@ def show_success_message(org_name, repo_name) -> gr.Markdown:
|
|
155 |
value=f"""
|
156 |
<div style="padding: 1em; background-color: rgba(211, 211, 211, 0.5); border-radius: 5px; margin-top: 1em; color: inherit;">
|
157 |
<h3 style="color: #2e7d32; margin: 0;">Dataset Published Successfully!</h3>
|
158 |
-
<
|
159 |
-
|
160 |
-
|
161 |
-
Open your dataset in the Argilla space
|
162 |
-
</a>
|
163 |
-
</strong>
|
164 |
-
</p>
|
165 |
<p style="margin-top: 0.5em;">
|
166 |
The generated dataset is in the right format for fine-tuning with TRL, AutoTrain, or other frameworks.
|
167 |
<div style="display: flex; gap: 10px;">
|
|
|
155 |
value=f"""
|
156 |
<div style="padding: 1em; background-color: rgba(211, 211, 211, 0.5); border-radius: 5px; margin-top: 1em; color: inherit;">
|
157 |
<h3 style="color: #2e7d32; margin: 0;">Dataset Published Successfully!</h3>
|
158 |
+
<a href="{argilla_api_url}" target="_blank" class="lg primary svelte-cmf5ev" style="margin-top: 0.5em; text-decoration: none;">
|
159 |
+
Open your dataset in the Argilla space
|
160 |
+
</a>
|
|
|
|
|
|
|
|
|
161 |
<p style="margin-top: 0.5em;">
|
162 |
The generated dataset is in the right format for fine-tuning with TRL, AutoTrain, or other frameworks.
|
163 |
<div style="display: flex; gap: 10px;">
|