test / app.py
vortexa64's picture
Update app.py
622655b verified
raw
history blame
84 Bytes
import gradio as dom
with dom.Blocks() as play:
dom.Button("hello")
play.launch()