import gradio as dom with dom.Blocks() as play: dom.Button("hello") play.launch()