Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def main():
|
|
13 |
data = yf.download(stock_symbol, period=period)
|
14 |
|
15 |
# Use tradingpatterns module
|
16 |
-
result = tradingpatterns.
|
17 |
|
18 |
# Display the result
|
19 |
st.write("## Result:")
|
|
|
13 |
data = yf.download(stock_symbol, period=period)
|
14 |
|
15 |
# Use tradingpatterns module
|
16 |
+
result = tradingpatterns.hard_data(data)
|
17 |
|
18 |
# Display the result
|
19 |
st.write("## Result:")
|