fix docstring
This commit is contained in:
parent
291fcdb992
commit
f1b2394f03
1 changed files with 3 additions and 7 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue