Chris4K commited on
Commit
b0fad1c
·
verified ·
1 Parent(s): 918fcdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import numpy as np
15
  import altair as alt
16
 
17
  # For Bokeh charts
18
- import streamlit.graphics_bokeh
19
 
20
  # For Plotly charts
21
  import streamlit.graphics_plotly
 
15
  import altair as alt
16
 
17
  # For Bokeh charts
18
+ from bokeh.models import Plot
19
 
20
  # For Plotly charts
21
  import streamlit.graphics_plotly