diff --git a/main.py b/main.py index fe8978d..cdd1bd9 100644 --- a/main.py +++ b/main.py @@ -50,8 +50,8 @@ role_map = dict(max_sharpe='最大化夏普比率', max_sortino='最大化索提 app = Flask(__name__) app.config.from_mapping(CONFIGS) -app.add_url_rule('/growth.ico', - redirect_to=url_for('static', filename='img/growth.ico')) +# app.add_url_rule('/growth.ico', +# redirect_to=url_for('static', filename='img/growth.ico')) # Load Assets with open('assets_tw.json') as f: diff --git a/templates/base.html b/templates/base.html index 3606943..3f83037 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,8 +4,8 @@ - {% block title %}NTHU Trading Platform{% endblock title%} - + {% block title %}TPM{% endblock title%} +