Spaces:
Sleeping
Sleeping
File size: 75 Bytes
2ba4f98 |
1 2 3 |
def request_formatter(text: str) -> str:
return f"transformed {text}."
|