Spaces:
Running
Running
File size: 261 Bytes
7c1aa9f 5ba0219 d2a0e25 8439757 5ba0219 7c1aa9f |
1 2 3 4 5 6 7 |
import gradio as gr
with gr.Blocks() as demo:
gr.HTML(value="<p style='margin-top: 1rem, margin-bottom: 1rem'>This <em>example</em> was <strong>written</strong> in <a href='https://en.wikipedia.org/wiki/HTML' _target='blank'>HTML</a> </p>")
demo.launch()
|