Spaces:
Runtime error
Runtime error
bug fix
Browse files
app.py
CHANGED
@@ -155,7 +155,6 @@ def main():
|
|
155 |
ax.legend()
|
156 |
st.pyplot()
|
157 |
|
158 |
-
st.button('Add Line')
|
159 |
# Create an initial plot
|
160 |
figs, ax = plt.subplots()
|
161 |
x_initial = np.linspace(0, 2*np.pi, 100)
|
|
|
155 |
ax.legend()
|
156 |
st.pyplot()
|
157 |
|
|
|
158 |
# Create an initial plot
|
159 |
figs, ax = plt.subplots()
|
160 |
x_initial = np.linspace(0, 2*np.pi, 100)
|