QuantumLearner commited on
Commit
3f0932b
·
verified ·
1 Parent(s): b4a7e3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ st.sidebar.title("Input Parameters")
110
 
111
  with st.sidebar.expander("How to Use", expanded=False):
112
  #st.sidebar.subheader("How to Use")
113
- st.sidebar.markdown("""
114
  1. Select the pattern recognition method you want to use.
115
  2. Set the stock ticker or crypto pair, date range, and other parameters.
116
  3. Click 'Run' to perform the analysis.
 
110
 
111
  with st.sidebar.expander("How to Use", expanded=False):
112
  #st.sidebar.subheader("How to Use")
113
+ st.markdown("""
114
  1. Select the pattern recognition method you want to use.
115
  2. Set the stock ticker or crypto pair, date range, and other parameters.
116
  3. Click 'Run' to perform the analysis.