Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
K00B404
/
freechat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
freechat
/
server
/
bp.py
K00B404
Add application file
368a861
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
196 Bytes
from
flask
import
Blueprint
bp = Blueprint(
'bp'
, __name__,
template_folder=
'./../client/html'
,
static_folder=
'./../client'
,
static_url_path=
'assets'
)