malcolmSQ commited on
Commit ·
487ed8d
1
Parent(s): 68e63b4
chore: accept LaTeX fixes for dashboard accordions
Browse files- .cursor/rules/er_model_guidelines.md +1 -1
- dashboard/app.py +1 -1
.cursor/rules/er_model_guidelines.md
CHANGED
|
@@ -28,7 +28,7 @@ globs:
|
|
| 28 |
- black
|
| 29 |
- isort
|
| 30 |
```
|
| 31 |
-
|
| 32 |
# Repository Structure
|
| 33 |
- `src/` → core modules (e.g. `er_model.py`, `allometry.py`, `metrics.py`).
|
| 34 |
- `scripts/` → CLI entrypoints (e.g. `run_pipeline.py`, `analyze_results.py`).
|
|
|
|
| 28 |
- black
|
| 29 |
- isort
|
| 30 |
```
|
| 31 |
+
y
|
| 32 |
# Repository Structure
|
| 33 |
- `src/` → core modules (e.g. `er_model.py`, `allometry.py`, `metrics.py`).
|
| 34 |
- `scripts/` → CLI entrypoints (e.g. `run_pipeline.py`, `analyze_results.py`).
|
dashboard/app.py
CHANGED
|
@@ -211,7 +211,7 @@ with gr.Blocks() as demo:
|
|
| 211 |
gr.Markdown(r"""
|
| 212 |
# Mangrove Emissions Reduction (ER) Model & Dashboard
|
| 213 |
|
| 214 |
-
Welcome to the Mangrove ER Model Dashboard, a tool designed by [Sequestr](https://www.sequestr.io/) for simulating and analyzing carbon sequestration in mangrove restoration
|
| 215 |
""")
|
| 216 |
with gr.Accordion("How the Model Works", open=False):
|
| 217 |
gr.Markdown(r"""
|
|
|
|
| 211 |
gr.Markdown(r"""
|
| 212 |
# Mangrove Emissions Reduction (ER) Model & Dashboard
|
| 213 |
|
| 214 |
+
Welcome to the Mangrove ER Model Dashboard, a tool designed by [Sequestr](https://www.sequestr.io/) for simulating and analyzing carbon sequestration in our mangrove restoration project. This dashboard allows users to explore the "Declining Increment" growth model, adjust key project parameters, and visualize the resulting carbon and emission reduction outcomes over time.
|
| 215 |
""")
|
| 216 |
with gr.Accordion("How the Model Works", open=False):
|
| 217 |
gr.Markdown(r"""
|