davidberenstein1957 HF staff commited on
Commit
7835b60
1 Parent(s): 928df45

docs: update faq

Browse files
src/distilabel_dataset_generator/apps/faq.py CHANGED
@@ -2,13 +2,11 @@ import gradio as gr
2
 
3
  with gr.Blocks() as app:
4
  with gr.Row():
5
- with gr.Column(scale=1):
6
- pass
7
- with gr.Column(scale=3):
8
  gr.HTML(
9
  """
10
  <div style="text-align: justify;">
11
- <h4 style="text-align: center;">What is Distilabel Synthetic Data Generator?</h4>
12
 
13
  <p>Distilabel Synthetic Data Generator is an experimental tool that allows you to easily create high-quality datasets for training and fine-tuning language models. It leverages the power of distilabel and advanced language models to generate synthetic data tailored to your specific needs.</p>
14
 
@@ -59,5 +57,5 @@ with gr.Blocks() as app:
59
  </div>
60
  """
61
  )
62
- with gr.Column(scale=1):
63
  pass
 
2
 
3
  with gr.Blocks() as app:
4
  with gr.Row():
5
+ with gr.Column(scale=2):
 
 
6
  gr.HTML(
7
  """
8
  <div style="text-align: justify;">
9
+ <h4 style="text-align: left;">What is Distilabel Synthetic Data Generator?</h4>
10
 
11
  <p>Distilabel Synthetic Data Generator is an experimental tool that allows you to easily create high-quality datasets for training and fine-tuning language models. It leverages the power of distilabel and advanced language models to generate synthetic data tailored to your specific needs.</p>
12
 
 
57
  </div>
58
  """
59
  )
60
+ with gr.Column(scale=2):
61
  pass