Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DeMaking
/
decision-helper-bot
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d6131be
decision-helper-bot
/
utils.py
DeMaking
Create utils.py
357295a
verified
16 days ago
raw
Copy download link
history
blame
Safe
114 Bytes
def
clean_text
(
text:
str
) ->
str
:
"""
Clean and normalize the input text.
"""
return
text.strip()