Commit
•
1df21c4
1
Parent(s):
8d5d65f
docs: udpate naming
Browse files
src/distilabel_dataset_generator/apps/sft.py
CHANGED
@@ -334,7 +334,7 @@ with gr.Blocks(
|
|
334 |
|
335 |
gr.Markdown("## Or run this pipeline locally with distilabel")
|
336 |
|
337 |
-
with gr.Accordion("Run this pipeline
|
338 |
pipeline_code = gr.Code(
|
339 |
value=generate_pipeline_code(
|
340 |
system_prompt.value, num_turns.value, num_rows.value
|
|
|
334 |
|
335 |
gr.Markdown("## Or run this pipeline locally with distilabel")
|
336 |
|
337 |
+
with gr.Accordion("Run this pipeline using distilabel", open=False):
|
338 |
pipeline_code = gr.Code(
|
339 |
value=generate_pipeline_code(
|
340 |
system_prompt.value, num_turns.value, num_rows.value
|