diff --git a/main.py b/main.py index b041e69..ce7ef52 100644 --- a/main.py +++ b/main.py @@ -20,8 +20,8 @@ pd.options.plotting.backend = "plotly" # PARAMETERS CONFIGS = { - "ENV": "development", - "DEBUG": True, + # "ENV": "development", + # "DEBUG": True, "SECRET_KEY": os.urandom(30), # Set the secret key for session authentication "PERMANENT_SESSION_LIFETIME": timedelta(minutes=60) } diff --git a/templates/base.html b/templates/base.html index 2f4839b..cdf60d8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -23,9 +23,9 @@ {% endblock %}