iremrit commited on
Commit
2669977
·
verified ·
1 Parent(s): 0731f33

Update correlation_explorer_app.py

Browse files
Files changed (1) hide show
  1. correlation_explorer_app.py +1 -1
correlation_explorer_app.py CHANGED
@@ -4,7 +4,7 @@ import plotly.graph_objects as go
4
  from dash import Dash, dcc, html, Input, Output, State, ctx
5
  import dash_daq as daq
6
  import numpy as np
7
- import dash_bootstrap_components as db
8
 
9
 
10
  # 1. Data Loading & Preprocessing
 
4
  from dash import Dash, dcc, html, Input, Output, State, ctx
5
  import dash_daq as daq
6
  import numpy as np
7
+ import dash_bootstrap_components as dbc
8
 
9
 
10
  # 1. Data Loading & Preprocessing