Krzysiek111 commited on
Commit
dc6621d
1 Parent(s): fe33e4e

removing waiting gif after the results are generated

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -168,6 +168,7 @@ else:
168
 
169
  result = predict_series(**setup)
170
 
 
171
  fig, ax = plt.subplots()
172
  sns.lineplot(x=X_pred, y=Y_pred, color=c2, linestyle=':')
173
  sns.lineplot(x=X, y=Y, color=c1)
 
168
 
169
  result = predict_series(**setup)
170
 
171
+ _ = [waiter.empty() for waiter in waiters]
172
  fig, ax = plt.subplots()
173
  sns.lineplot(x=X_pred, y=Y_pred, color=c2, linestyle=':')
174
  sns.lineplot(x=X, y=Y, color=c1)