Geek7 commited on
Commit
3745eec
·
verified ·
1 Parent(s): 7a66c3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.detect_patterns(data)
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:")