updated relative imports
This commit is contained in:
+5
-5
@@ -10,14 +10,14 @@ from dash import Input
|
||||
from dash import Output
|
||||
from dash import State
|
||||
from dash_auth import BasicAuth
|
||||
from database import connect
|
||||
from database import get_visual_communication
|
||||
from database import ModelOutputs
|
||||
from database import NoDocumentFoundException
|
||||
from database import upsert_annotations
|
||||
from pydantic import ValidationError
|
||||
|
||||
from .layout import app_layout
|
||||
from src.database import connect
|
||||
from src.database import get_visual_communication
|
||||
from src.database import ModelOutputs
|
||||
from src.database import NoDocumentFoundException
|
||||
from src.database import upsert_annotations
|
||||
|
||||
# setup app
|
||||
app = Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
|
||||
|
||||
Reference in New Issue
Block a user