Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vortexa64
/
test
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Update app.py
#1
by
vortexa64
- opened
Aug 3, 2025
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
import gradio as dom
2
with dom.Blocks() as play:
3
-
dom.Button()
4
play.launch()
1
import gradio as dom
2
with dom.Blocks() as play:
3
+
dom.Button(
"hello"
)
4
play.launch()