Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Erfan11
/
Textwizai
like
0
Sleeping
App
Files
Files
Community
1
0602100
Textwizai
File size: 91 Bytes
34bd5b0
1
2
3
def
read_file
(
file_path
):
with
open
(file_path,
'r'
)
as
file:
return
file.read()