Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SixOpen
/
WIPDockerBP
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
adbf50c
WIPDockerBP
/
src
/
blueprint
/
hello.py
SixOpen
Hf Ready
adbf50c
4 months ago
raw
Copy download link
history
blame
Safe
127 Bytes
def
hello
() ->
str
:
"""
Greets the world
Returns:
str: "Hello, world!"
"""
return
"Hello, world!"