Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -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.expander("Click here for more information about the methodology", expanded=
|
| 51 |
|
| 52 |
# Adding LaTeX formatted formulas
|
| 53 |
st.latex(r'''
|
|
|
|
| 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=False):
|
| 51 |
|
| 52 |
# Adding LaTeX formatted formulas
|
| 53 |
st.latex(r'''
|