Commit
·
9feda8c
1
Parent(s):
6476dbf
update formatting
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ hf_oauth_scopes:
|
|
| 20 |
|
| 21 |
<h1 align="center">
|
| 22 |
<br>
|
| 23 |
-
Synthetic Data Generator
|
| 24 |
<br>
|
| 25 |
</h1>
|
| 26 |
<h3 align="center">Build datasets using natural language</h2>
|
|
|
|
| 20 |
|
| 21 |
<h1 align="center">
|
| 22 |
<br>
|
| 23 |
+
🧬 Synthetic Data Generator
|
| 24 |
<br>
|
| 25 |
</h1>
|
| 26 |
<h3 align="center">Build datasets using natural language</h2>
|
src/distilabel_dataset_generator/_tabbedinterface.py
CHANGED
|
@@ -68,7 +68,9 @@ class TabbedInterface(Blocks):
|
|
| 68 |
with gr.Column(scale=3):
|
| 69 |
pass
|
| 70 |
with gr.Column(scale=2):
|
| 71 |
-
gr.LoginButton(
|
|
|
|
|
|
|
| 72 |
with Tabs():
|
| 73 |
for interface, tab_name in zip(interface_list, tab_names, strict=False):
|
| 74 |
with Tab(label=tab_name):
|
|
|
|
| 68 |
with gr.Column(scale=3):
|
| 69 |
pass
|
| 70 |
with gr.Column(scale=2):
|
| 71 |
+
gr.LoginButton(
|
| 72 |
+
value="Sign in", variant="hf-login", size="sm", scale=2
|
| 73 |
+
)
|
| 74 |
with Tabs():
|
| 75 |
for interface, tab_name in zip(interface_list, tab_names, strict=False):
|
| 76 |
with Tab(label=tab_name):
|