Update src/distilabel_dataset_generator/apps/sft.py
Browse files
src/distilabel_dataset_generator/apps/sft.py
CHANGED
|
@@ -168,7 +168,7 @@ with gr.Blocks(
|
|
| 168 |
gr.Markdown("## Iterate on a sample dataset")
|
| 169 |
with gr.Column() as main_ui:
|
| 170 |
dataset_description = gr.TextArea(
|
| 171 |
-
label="
|
| 172 |
value=DEFAULT_DATASET_DESCRIPTIONS[0],
|
| 173 |
)
|
| 174 |
examples = gr.Examples(
|
|
@@ -344,4 +344,4 @@ with gr.Blocks(
|
|
| 344 |
)
|
| 345 |
app.load(get_token, outputs=[oauth_token])
|
| 346 |
app.load(get_org_dropdown, outputs=[org_name])
|
| 347 |
-
app.load(fn=swap_visibilty, outputs=main_ui)
|
|
|
|
| 168 |
gr.Markdown("## Iterate on a sample dataset")
|
| 169 |
with gr.Column() as main_ui:
|
| 170 |
dataset_description = gr.TextArea(
|
| 171 |
+
label="Give a precise description of the assistant or tool. Don't describe the dataset",
|
| 172 |
value=DEFAULT_DATASET_DESCRIPTIONS[0],
|
| 173 |
)
|
| 174 |
examples = gr.Examples(
|
|
|
|
| 344 |
)
|
| 345 |
app.load(get_token, outputs=[oauth_token])
|
| 346 |
app.load(get_org_dropdown, outputs=[org_name])
|
| 347 |
+
app.load(fn=swap_visibilty, outputs=main_ui)
|