Spaces:
Sleeping
Sleeping
Update index.py
Browse files
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 |
|