leuschnm commited on
Commit
3244c47
·
1 Parent(s): 142ddb8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def main():
149
  update_plot(df, preds, axs, fig)
150
 
151
 
152
- @st.cache(allow_output_mutation=True)
153
  def create_plot():
154
  fig, ax = plt.subplots()
155
  x_initial = np.linspace(0, 2*np.pi, 100)
 
149
  update_plot(df, preds, axs, fig)
150
 
151
 
152
+ #st.cache_data(allow_output_mutation=True)
153
  def create_plot():
154
  fig, ax = plt.subplots()
155
  x_initial = np.linspace(0, 2*np.pi, 100)