Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
oB3TAo
/
text-app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
text-app
File size: 71 Bytes
33cd3a4
1
2
3
def
count_characters
(
text
):
return
f"Character Count:
{
len
(text)}
"