Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minnehwg
/
test-spaces
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
minnehwg
commited on
Jun 3, 2024
Commit
a146d7d
·
verified
·
1 Parent(s):
fde700a
Create util.py
Browse files
Files changed (1)
hide
show
util.py
+2
-0
util.py
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
def update(name):
2
+
return f"Welcome to Gradio, {name}!"