Spaces:
Build error
Build error
David Li commited on
Commit ·
91f9814
1
Parent(s): 45b74b6
fix: app
Browse files- 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.
|
| 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 |
|