Leire Aguirre
commited on
Commit
·
8cf952e
1
Parent(s):
dac3e59
force button color
Browse files
src/synthetic_dataset_generator/apps/base.py
CHANGED
@@ -155,7 +155,7 @@ 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 |
-
<a href="{argilla_api_url}" target="_blank" class="lg primary svelte-cmf5ev" style="color: white; margin-top: 0.5em; text-decoration: none;">
|
159 |
Open your dataset in the Argilla space
|
160 |
</a>
|
161 |
<p style="margin-top: 0.5em;">
|
|
|
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="color: white !important; margin-top: 0.5em; text-decoration: none;">
|
159 |
Open your dataset in the Argilla space
|
160 |
</a>
|
161 |
<p style="margin-top: 0.5em;">
|