leuschnm commited on
Commit
bc7b5a0
·
1 Parent(s): f4c6304
Files changed (1) hide show
  1. app.py +0 -1
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)