79175345

Date: 2024-11-10 17:12:59
Score: 1
Natty:
Report link

Use the gr.HTML() component:

with gr.Blocks() as demo:
    title = gr.HTML("<h1>Dataset Explorer</h1>")
    ...
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Maxime Alvarez