chat.b4 / server /bp.py
ehristoforu's picture
Duplicate from TNR-5/freegpt-webui
19cbe1d
Raw
History Blame Contribute Delete
196 Bytes
from flask import Blueprint
bp = Blueprint('bp', __name__,
template_folder='./../client/html',
static_folder='./../client',
static_url_path='assets')