move sign in button to the right
Browse files
src/distilabel_dataset_generator/_tabbedinterface.py
CHANGED
@@ -65,12 +65,10 @@ class TabbedInterface(Blocks):
|
|
65 |
with gr.Row():
|
66 |
with gr.Column(scale=2):
|
67 |
gr.Markdown("### Build datasets using natural language")
|
68 |
-
with gr.Column(scale=
|
69 |
pass
|
70 |
with gr.Column(scale=2):
|
71 |
gr.LoginButton(value="Sign in!", size="sm", scale=2)
|
72 |
-
with gr.Column(scale=1):
|
73 |
-
pass
|
74 |
with Tabs():
|
75 |
for interface, tab_name in zip(interface_list, tab_names, strict=False):
|
76 |
with Tab(label=tab_name):
|
|
|
65 |
with gr.Row():
|
66 |
with gr.Column(scale=2):
|
67 |
gr.Markdown("### Build datasets using natural language")
|
68 |
+
with gr.Column(scale=3):
|
69 |
pass
|
70 |
with gr.Column(scale=2):
|
71 |
gr.LoginButton(value="Sign in!", size="sm", scale=2)
|
|
|
|
|
72 |
with Tabs():
|
73 |
for interface, tab_name in zip(interface_list, tab_names, strict=False):
|
74 |
with Tab(label=tab_name):
|