Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DeathDaDev
/
ollama-server
like
0
Runtime error
App
Files
Files
Community
4e482de
ollama-server
/
hello.py
DeathDaDev
refactor: move hello() function to hello.py and import it in app.py
57775d5
4 months ago
raw
Copy download link
history
blame
Safe
56 Bytes
def
hello
():
"print a greeting"
print
(
"hello"
)