Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ st.set_page_config(page_title="Expected Stock Price Movement Using Volatility Mu
|
|
| 8 |
st.title('Expected Stock Price Movement Using Volatility Multipliers')
|
| 9 |
|
| 10 |
# Sidebar section with instructions
|
| 11 |
-
st.sidebar.
|
| 12 |
st.sidebar.subheader('How to Use')
|
| 13 |
st.sidebar.markdown("""
|
| 14 |
1. **Input Parameters**: Enter the stock ticker or cryptocurrency pair, date range, time horizon, standard deviation multipliers, and rolling window period.
|
|
|
|
| 8 |
st.title('Expected Stock Price Movement Using Volatility Multipliers')
|
| 9 |
|
| 10 |
# Sidebar section with instructions
|
| 11 |
+
st.sidebar.title('Input Parameters')
|
| 12 |
st.sidebar.subheader('How to Use')
|
| 13 |
st.sidebar.markdown("""
|
| 14 |
1. **Input Parameters**: Enter the stock ticker or cryptocurrency pair, date range, time horizon, standard deviation multipliers, and rolling window period.
|