euler314 commited on
Commit
98c6e36
·
verified ·
1 Parent(s): 7e1ea3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -428,7 +428,7 @@ with tab1:
428
  - **Upper z*(β)** (Blue): Maximum z value where discriminant is zero
429
  - **Lower z*(β)** (Light Blue): Minimum z value where discriminant is zero
430
  - **High y Expression** (Green): Asymptotic approximation for high y values
431
- - **Alternate Low Expression** (Orange): Alternative asymptotic expression
432
  - **Custom Expression 1** (Purple): Result from user-defined s substituted into the main formula
433
  - **Custom Expression 2** (Magenta): Direct z(β) expression
434
  """)
 
428
  - **Upper z*(β)** (Blue): Maximum z value where discriminant is zero
429
  - **Lower z*(β)** (Light Blue): Minimum z value where discriminant is zero
430
  - **High y Expression** (Green): Asymptotic approximation for high y values
431
+ - **Low Expression** (Orange): Alternative asymptotic expression
432
  - **Custom Expression 1** (Purple): Result from user-defined s substituted into the main formula
433
  - **Custom Expression 2** (Magenta): Direct z(β) expression
434
  """)