Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
niikun
/
demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
demo
/
test_hello.py
niikun
code format
9f965f3
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
109 Bytes
from
hello
import
hello
def
test_hello
():
name =
"niikun"
assert
"hello niikun"
== hello(
"niikun"
)