Spaces:
Runtime error
Runtime error
Leire Aguirre
commited on
Commit
Β·
2f90ba9
1
Parent(s):
2995161
update styles
Browse files- app.py +1 -0
- src/distilabel_dataset_generator/apps/eval.py +1 -1
app.py
CHANGED
@@ -21,6 +21,7 @@ button.hf-login:hover {background: var(--neutral-700); color: white}
|
|
21 |
color: var(--body-text-color) !important;
|
22 |
background-color: var(--block-background-fill) !important;
|
23 |
}
|
|
|
24 |
"""
|
25 |
|
26 |
demo = TabbedInterface(
|
|
|
21 |
color: var(--body-text-color) !important;
|
22 |
background-color: var(--block-background-fill) !important;
|
23 |
}
|
24 |
+
.container {padding-inline: 0 !important}
|
25 |
"""
|
26 |
|
27 |
demo = TabbedInterface(
|
src/distilabel_dataset_generator/apps/eval.py
CHANGED
@@ -593,7 +593,7 @@ with gr.Blocks() as app:
|
|
593 |
with gr.Column() as main_ui:
|
594 |
gr.Markdown("## 1. Select your input dataset")
|
595 |
with gr.Row(equal_height=False):
|
596 |
-
with gr.Column(scale=
|
597 |
search_in = HuggingfaceHubSearch(
|
598 |
label="Search",
|
599 |
placeholder="Search for a dataset",
|
|
|
593 |
with gr.Column() as main_ui:
|
594 |
gr.Markdown("## 1. Select your input dataset")
|
595 |
with gr.Row(equal_height=False):
|
596 |
+
with gr.Column(scale=2):
|
597 |
search_in = HuggingfaceHubSearch(
|
598 |
label="Search",
|
599 |
placeholder="Search for a dataset",
|