Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Update pages/corg.py
Browse files- pages/corg.py +1 -1
pages/corg.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
# https://github.com/Coding-with-Adam/Dash-by-Plotly/blob/master/Dash%20Components/Graph/dash-graph.py
|
4 |
|
5 |
import dash
|
6 |
-
from dash import dcc, html, Output, Input
|
7 |
import plotly.express as px
|
8 |
import dash_callback_chain
|
9 |
import yaml
|
|
|
3 |
# https://github.com/Coding-with-Adam/Dash-by-Plotly/blob/master/Dash%20Components/Graph/dash-graph.py
|
4 |
|
5 |
import dash
|
6 |
+
from dash import dcc, html, Output, Input, callback
|
7 |
import plotly.express as px
|
8 |
import dash_callback_chain
|
9 |
import yaml
|