Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| textbox = gr.Textbox(label="Enter your name", value="<h1> Word </h1>") | |
| demo.launch() |