From 2f90ba9ca678a2b5874e03b312b5298f4a92c0f6 Mon Sep 17 00:00:00 2001 From: Leire Aguirre Date: Tue, 3 Dec 2024 12:05:16 +0100 Subject: [PATCH] update styles --- app.py | 1 + src/distilabel_dataset_generator/apps/eval.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 82d804e..04b9409 100644 --- a/app.py +++ b/app.py @@ -21,6 +21,7 @@ color: var(--body-text-color) !important; background-color: var(--block-background-fill) !important; } +.container {padding-inline: 0 !important} """ demo = TabbedInterface( diff --git a/src/distilabel_dataset_generator/apps/eval.py b/src/distilabel_dataset_generator/apps/eval.py index 0a3adb1..f415760 100644 --- a/src/distilabel_dataset_generator/apps/eval.py +++ b/src/distilabel_dataset_generator/apps/eval.py @@ -593,7 +593,7 @@ def hide_pipeline_code_visibility(): with gr.Column() as main_ui: gr.Markdown("## 1. Select your input dataset") with gr.Row(equal_height=False): - with gr.Column(scale=1): + with gr.Column(scale=2): search_in = HuggingfaceHubSearch( label="Search", placeholder="Search for a dataset",