Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ from matplotlib import animation
|
|
| 9 |
from mpl_toolkits.mplot3d import Axes3D
|
| 10 |
from streamlit.components.v1 import html
|
| 11 |
import matplotlib.colors as mpl
|
|
|
|
| 12 |
|
| 13 |
# Sidebar for selecting an option
|
| 14 |
sidebar_option = st.sidebar.radio("Select an option",
|
|
|
|
| 9 |
from mpl_toolkits.mplot3d import Axes3D
|
| 10 |
from streamlit.components.v1 import html
|
| 11 |
import matplotlib.colors as mpl
|
| 12 |
+
from PIL import Image
|
| 13 |
|
| 14 |
# Sidebar for selecting an option
|
| 15 |
sidebar_option = st.sidebar.radio("Select an option",
|