Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -420,7 +420,7 @@ with tab1:
|
|
420 |
- **Alternate Low Expression** (Orange): Alternative asymptotic expression
|
421 |
- **Custom s Expression** (Purple): Result from user-defined s substituted into:
|
422 |
""")
|
423 |
-
st.latex(r"\frac{y\beta(
|
424 |
|
425 |
# Display the current parameter values
|
426 |
st.markdown("### Current Parameters")
|
|
|
420 |
- **Alternate Low Expression** (Orange): Alternative asymptotic expression
|
421 |
- **Custom s Expression** (Purple): Result from user-defined s substituted into:
|
422 |
""")
|
423 |
+
st.latex(r"\frac{y\beta(\text{z_a}-1)\underline{s}+(a\underline{s}+1)((y-1)\underline{s}-1)}{(a\underline{s}+1)(\underline{s}^2 + \underline{s})}")
|
424 |
|
425 |
# Display the current parameter values
|
426 |
st.markdown("### Current Parameters")
|