File size: 137 Bytes
5b45741
 
 
 
 
 
 
1
2
3
4
5
6
7
import gradio as gr


with gr.Blocks() as demo:
    textbox = gr.Textbox(label="Enter your name", value="<h1> Word </h1>")

demo.launch()