QuantumLearner commited on
Commit
cd6bc6e
·
verified ·
1 Parent(s): bb204d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,7 +75,7 @@ pattern_funcs = [
75
  ]
76
 
77
  # Streamlit app setup
78
- st.title('Candlestick Pattern Detection App')
79
 
80
  st.write("""
81
  This tool automatically detects 60+ candlestick patterns in stock price data.
@@ -88,7 +88,7 @@ Each pattern chart shows the stock price movement around the last 5 occurrences
88
  # Sidebar inputs
89
  st.sidebar.header('How to Use')
90
  st.sidebar.write("""
91
- 1. Enter the stock ticker symbol.
92
  2. Select the start and end dates.
93
  3. Select the patterns you want to detect.
94
  4. Click the "Run" button to generate the analysis.
 
75
  ]
76
 
77
  # Streamlit app setup
78
+ st.title('Automatic Candlestick Pattern Detection')
79
 
80
  st.write("""
81
  This tool automatically detects 60+ candlestick patterns in stock price data.
 
88
  # Sidebar inputs
89
  st.sidebar.header('How to Use')
90
  st.sidebar.write("""
91
+ 1. Enter the stock ticker or crypto pair symbol.
92
  2. Select the start and end dates.
93
  3. Select the patterns you want to detect.
94
  4. Click the "Run" button to generate the analysis.