Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
laxsvips
/
apisforft
like
0
Runtime error
App
Files
Files
Community
0c3535a
apisforft
/
helper.py
laxsvips
Initial Commit
3951b78
over 1 year ago
raw
Copy download link
history
blame
111 Bytes
def
open_file
(
filepath
):
with
open
(filepath,
'r'
, encoding=
'utf-8'
)
as
infile:
return
infile.read()