Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Erfan11
/
Textwizai
like
0
Sleeping
App
Files
Files
Community
1
Erfan11
commited on
Sep 23
Commit
6bd167a
•
1 Parent(s):
9274751
Create utils.py
Browse files
Files changed (1)
hide
show
utils.py
+3
-0
utils.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
def helper_function(param):
2
+
# Some utility function, e.g., text preprocessing
3
+
return param.lower()