Update app.py
Browse files
app.py
CHANGED
|
@@ -18,12 +18,10 @@ import altair as alt
|
|
| 18 |
from bokeh.models import Plot
|
| 19 |
|
| 20 |
# For Plotly charts
|
| 21 |
-
import
|
| 22 |
|
| 23 |
# For Pydeck charts
|
| 24 |
-
import
|
| 25 |
-
# For Vega-Lite charts
|
| 26 |
-
import streamlit.graphics_vega_lite
|
| 27 |
|
| 28 |
|
| 29 |
import time
|
|
|
|
| 18 |
from bokeh.models import Plot
|
| 19 |
|
| 20 |
# For Plotly charts
|
| 21 |
+
import plotly.express as px
|
| 22 |
|
| 23 |
# For Pydeck charts
|
| 24 |
+
import pydeck as pdk
|
|
|
|
|
|
|
| 25 |
|
| 26 |
|
| 27 |
import time
|