mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-07 11:46:51 +08:00
remove comments
This commit is contained in:
parent
f43efccc60
commit
e75c22ca23
@ -35,8 +35,7 @@ app = Flask(__name__,
|
||||
template_folder=STATIC_TEMPLATE_LIB,
|
||||
static_folder=STATIC_PATH_LIB)
|
||||
app.app_globals = {}
|
||||
# app.config["FLASK_SKIP_DOTENV"] = 1
|
||||
# app.FLASK_SKIP_DOTENV = 1
|
||||
|
||||
|
||||
def set_meta_tags(title, description, thumbnail):
|
||||
app.app_globals.update({
|
||||
|
Loading…
Reference in New Issue
Block a user