Spaces:
Runtime error
Runtime error
bug fix
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ def main():
|
|
149 |
update_plot(df, preds, axs, fig)
|
150 |
|
151 |
|
152 |
-
|
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)
|