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