QuantumLearner commited on
Commit
ae44d5a
·
verified ·
1 Parent(s): 7292575

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.header('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.
 
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.