QuantumLearner commited on
Commit
1861754
·
verified ·
1 Parent(s): 43fa391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ st.sidebar.title('Input Parameters')
13
 
14
  with st.sidebar.expander("How to use", expanded=False):
15
  #st.sidebar.subheader('How to Use This App')
16
- st.sidebar.markdown("""
17
  1. **Enter Ticker and Date**: Type the stock or cryptocurrency ticker and select the date range.
18
  2. **Set Parameters**: Adjust the time horizon, number of simulations, and other parameters to customize the analysis.
19
  - **For Cryptocurrencies**: The BSM analysis is not applicable. Set the BSM volatility to 0 to exclude the BSM-based analysis.
@@ -47,7 +47,7 @@ The estimates are based on historical volatility and the implied volatility deri
47
  You can adjust the time horizon, number of simulations, and volatility measures to explore different scenarios of price dynamics.
48
  """)
49
 
50
- with st.sidebar.expander("Click here for more information about the methodology", expanded=True):
51
 
52
  # Adding LaTeX formatted formulas
53
  st.latex(r'''
 
13
 
14
  with st.sidebar.expander("How to use", expanded=False):
15
  #st.sidebar.subheader('How to Use This App')
16
+ st.markdown("""
17
  1. **Enter Ticker and Date**: Type the stock or cryptocurrency ticker and select the date range.
18
  2. **Set Parameters**: Adjust the time horizon, number of simulations, and other parameters to customize the analysis.
19
  - **For Cryptocurrencies**: The BSM analysis is not applicable. Set the BSM volatility to 0 to exclude the BSM-based analysis.
 
47
  You can adjust the time horizon, number of simulations, and volatility measures to explore different scenarios of price dynamics.
48
  """)
49
 
50
+ with st.expander("Click here for more information about the methodology", expanded=True):
51
 
52
  # Adding LaTeX formatted formulas
53
  st.latex(r'''