datacipen commited on
Commit
4cec206
·
verified ·
1 Parent(s): dd6435f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -745,7 +745,7 @@ def extract_situations_apprentissage(data: Dict) -> pd.DataFrame:
745
  # the exception.
746
  server = flask.Flask(__name__)
747
 
748
- app = dash.Dash(__name__, server=server, external_stylesheets=[dmc.styles.ALL, dbc.themes.DARKLY],
749
  title='BCC Agent',
750
  update_title='Chargement...',
751
  suppress_callback_exceptions=True)
 
745
  # the exception.
746
  server = flask.Flask(__name__)
747
 
748
+ app = dash.Dash(__name__, server=server, external_stylesheets=dmc.styles.ALL,
749
  title='BCC Agent',
750
  update_title='Chargement...',
751
  suppress_callback_exceptions=True)