Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KempnerInstituteAI
/
LVP
like
10
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
LVP
/
utils
/
print_utils.py
kiwhansong
add demo
142a1ac
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
from
colorama
import
Fore
def
cyan
(
x:
str
) ->
str
:
return
f"
{Fore.CYAN}
{x}
{Fore.RESET}
"