Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Dec 3, 2024
2 parents 2a33652 + 2f90ba9 commit 30fe660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
color: var(--body-text-color) !important;
background-color: var(--block-background-fill) !important;
}
.container {padding-inline: 0 !important}
"""

demo = TabbedInterface(
Expand Down
2 changes: 1 addition & 1 deletion src/distilabel_dataset_generator/apps/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 30fe660

Please sign in to comment.