gpt4free/g4f/gui/server/app.py

3 lines
82 B
Python

from flask import Flask
app = Flask(__name__, template_folder='./../client/html')