File size: 84 Bytes
93b1cf7
d270a06
622655b
03978c7
1
2
3
4
import gradio as dom
with dom.Blocks() as play:
   dom.Button("hello")
play.launch()