Chris4K commited on
Commit
e55eeac
·
verified ·
1 Parent(s): 146ff98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -18,12 +18,10 @@ import altair as alt
18
  from bokeh.models import Plot
19
 
20
  # For Plotly charts
21
- import streamlit.graphics_plotly
22
 
23
  # For Pydeck charts
24
- import streamlit.graphics_pydeck
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