fix docstring

This commit is contained in:
Kyle Gabriel 2019-03-03 00:27:28 -05:00
parent 291fcdb992
commit f1b2394f03

View file

@ -26,20 +26,16 @@ bing_api_key = ''
def config_app(app, **kwargs): def config_app(app, **kwargs):
"""Dash app configuration """Flask app configuration
Parameters Parameters
---------- ----------
app: Dash app app: Flask app
debug: optional, default=False debug: optional, default=False
Returns Returns
------- -------
app: Dash app app: Flask app
With added css, ga and layout container with:
app-layout: main div, should not be a target of an ouput callback
page-content: container div, target for an ouput callback
url: Location, target of an input callback
""" """
if kwargs.get('debug', False): if kwargs.get('debug', False):