Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Erfan11
/
Textwizai
like
0
Sleeping
App
Files
Files
Community
1
1b8c520
Textwizai
/
utils.py
Erfan11
Update utils.py
34bd5b0
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
91 Bytes
def
read_file
(
file_path
):
with
open
(file_path,
'r'
)
as
file:
return
file.read()