alidenewade commited on
Commit
ed89a7a
·
verified ·
1 Parent(s): 3c16e17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ with gr.Blocks(title="Hull-White Interest Rate Model Dashboard") as demo:
232
 
233
  This interactive dashboard allows actuaries and financial professionals to explore the Hull-White short rate model:
234
 
235
- **dr(t) = (θ(t) - ar(t))dt + σdW**
236
 
237
  Adjust the parameters below to see how they affect the interest rate simulations and convergence properties.
238
  """)
 
232
 
233
  This interactive dashboard allows actuaries and financial professionals to explore the Hull-White short rate model:
234
 
235
+ **$$dr(t) = (θ(t) - ar(t))dt + σdW$$**
236
 
237
  Adjust the parameters below to see how they affect the interest rate simulations and convergence properties.
238
  """)