vijayvizag's picture
Initial commit for Hugging Face Space
2a1cdbf
raw
history blame
66 Bytes
# Sample Python file
def greet(name):
return f"Hello, {name}!"