Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import math # Import the math module
|
|
8 |
from matplotlib import animation
|
9 |
from mpl_toolkits.mplot3d import Axes3D
|
10 |
from streamlit.components.v1 import html
|
11 |
-
|
12 |
|
13 |
# Sidebar for selecting an option
|
14 |
sidebar_option = st.sidebar.radio("Select an option",
|
|
|
8 |
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",
|