dvilasuero HF staff commited on
Commit
936a4d8
1 Parent(s): ee67745

Change name

Browse files
src/distilabel_dataset_generator/apps/sft.py CHANGED
@@ -181,13 +181,13 @@ css = """
181
  """
182
 
183
  with gr.Blocks(
184
- title="🧶 DataCraft",
185
- head="🧶 DataCraft",
186
  css=css,
187
  ) as app:
188
  with gr.Row():
189
  gr.Markdown(
190
- "Want to run this locally or with other LLMs? Take a look at the FAQ tab. DataCraft is free, we use the authentication token to push the dataset to the Hugging Face Hub and not for data generation."
191
  )
192
  with gr.Row():
193
  gr.Column()
 
181
  """
182
 
183
  with gr.Blocks(
184
+ title="🧬 Synthetic Data Generator",
185
+ head="🧬 Synthetic Data Generator",
186
  css=css,
187
  ) as app:
188
  with gr.Row():
189
  gr.Markdown(
190
+ "Want to run this locally or with other LLMs? Take a look at the FAQ tab. distilabel Synthetic Data Generator is free, we use the authentication token to push the dataset to the Hugging Face Hub and not for data generation."
191
  )
192
  with gr.Row():
193
  gr.Column()