monra's picture
Synced repo using 'sync_with_huggingface' Github Action
f044b10
from flask import Blueprint
bp = Blueprint('bp', __name__,
template_folder='./../client/html',
static_folder='./../client',
static_url_path='assets')