Spaces:
Running
Running
File size: 261 Bytes
13d9824 3122cd6 2f6d30a 739c89e 3122cd6 13d9824 |
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()
|