thak123 commited on
Commit
84504c5
1 Parent(s): 0a04da8

Update index.py

Browse files
Files changed (1) hide show
  1. index.py +1 -0
index.py CHANGED
@@ -1,4 +1,5 @@
1
  from dash import Dash, html, dcc, callback, Output, Input
 
2
  from app import app
3
  import pandas as pd
4
 
 
1
  from dash import Dash, html, dcc, callback, Output, Input
2
+ import plotly.express as px
3
  from app import app
4
  import pandas as pd
5