davidberenstein1957 HF staff commited on
Commit
4a432be
1 Parent(s): 8279ea7

fix: change markdown for HTML

Browse files
src/distilabel_dataset_generator/apps/base.py CHANGED
@@ -62,7 +62,7 @@ def get_main_ui(
62
  css=_LOGGED_OUT_CSS,
63
  ) as app:
64
  with gr.Row():
65
- gr.Markdown(
66
  """<details style='display: inline-block;'><summary><h2 style='display: inline;'>How does it work?</h2></summary><img src='https://huggingface.co/spaces/argilla/synthetic-data-generator/resolve/main/assets/flow.png' width='100%' style='margin: 0 auto; display: block;'></details>"""
67
  )
68
  with gr.Row():
 
62
  css=_LOGGED_OUT_CSS,
63
  ) as app:
64
  with gr.Row():
65
+ gr.HTML(
66
  """<details style='display: inline-block;'><summary><h2 style='display: inline;'>How does it work?</h2></summary><img src='https://huggingface.co/spaces/argilla/synthetic-data-generator/resolve/main/assets/flow.png' width='100%' style='margin: 0 auto; display: block;'></details>"""
67
  )
68
  with gr.Row():