thak123 commited on
Commit
e42b8e3
1 Parent(s): d589298

Update index.py

Browse files
Files changed (1) hide show
  1. index.py +2 -2
index.py CHANGED
@@ -1,6 +1,8 @@
1
  import dash
2
  from dash import Dash, html, dcc, callback, Output, Input
 
3
  import plotly.express as px
 
4
  from app import app
5
  import pandas as pd
6
 
@@ -9,8 +11,6 @@ import requests
9
  from io import StringIO
10
  from datetime import date
11
 
12
- # from jupyter_dash import JupyterDash
13
- # from dash.dependencies import Input, Output
14
  import dash_bootstrap_components as dbc
15
  import plotly.express as px
16
 
 
1
  import dash
2
  from dash import Dash, html, dcc, callback, Output, Input
3
+ from dash import dash_table
4
  import plotly.express as px
5
+
6
  from app import app
7
  import pandas as pd
8
 
 
11
  from io import StringIO
12
  from datetime import date
13
 
 
 
14
  import dash_bootstrap_components as dbc
15
  import plotly.express as px
16