David Li commited on
Commit
91f9814
·
1 Parent(s): 45b74b6
Files changed (1) hide show
  1. pages/ta.py +1 -1
pages/ta.py CHANGED
@@ -50,7 +50,7 @@ def remove_existing_file(func):
50
  return wrapper
51
 
52
  @remove_existing_file
53
- @st.experimental_memod
54
  def build_bbands_img(data, symbol, window=15, n_std=2, export="bbands.png"):
55
  return display_bbands(data, symbol, window, n_std, export=export)
56
 
 
50
  return wrapper
51
 
52
  @remove_existing_file
53
+ @st.experimental_memo
54
  def build_bbands_img(data, symbol, window=15, n_std=2, export="bbands.png"):
55
  return display_bbands(data, symbol, window, n_std, export=export)
56