Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ import numpy as np
|
|
15 |
import altair as alt
|
16 |
|
17 |
# For Bokeh charts
|
18 |
-
import
|
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
|