sdiazlor HF staff commited on
Commit
3b5e775
1 Parent(s): ea29202

make sign in button smaller

Browse files
src/distilabel_dataset_generator/_tabbedinterface.py CHANGED
@@ -65,6 +65,8 @@ 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=2):
69
  gr.LoginButton(value="Sign in!", size="sm", scale=2)
70
  with gr.Column(scale=1):
 
65
  with gr.Row():
66
  with gr.Column(scale=2):
67
  gr.Markdown("### Build datasets using natural language")
68
+ with gr.Column(scale=1):
69
+ pass
70
  with gr.Column(scale=2):
71
  gr.LoginButton(value="Sign in!", size="sm", scale=2)
72
  with gr.Column(scale=1):