shukdevdatta123 commited on
Commit
f38a7f6
·
verified ·
1 Parent(s): 652c01a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- from sympy.logic.boolalg import Or, And, Not
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",