import gradio as gr with gr.Blocks() as demo: textbox = gr.Textbox(label="Enter your name", value="

Word

") demo.launch()