Feat: import app from good place (index instead of app)
see https://dash.plotly.com/urls
This commit is contained in:
parent
921292a0d2
commit
ff1ecfef25
@ -2,7 +2,7 @@
|
||||
# encoding: utf-8
|
||||
|
||||
import click
|
||||
from recopytex.dashboard.app import app as dash
|
||||
from recopytex.dashboard.index import app as dash
|
||||
|
||||
@click.group()
|
||||
def cli():
|
||||
|
Loading…
Reference in New Issue
Block a user