Hugging Face
Models
Datasets
Spaces
Posts
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
/
character_count.py
oB3TAo
initial commit
33cd3a4
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
71 Bytes
def
count_characters
(
text
):
return
f"Character Count:
{
len
(text)}
"