Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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.
|