malcolmSQ commited on
Commit ·
42ce3bd
1
Parent(s): 80ba3bb
Add Hugging Face Spaces YAML metadata to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Mangrove Emissions Reduction Model & Dashboard
|
| 2 |
|
| 3 |
This project implements a flexible, modular dashboard for mangrove carbon sequestration and emissions reduction, supporting multiple growth models. **Currently, only the Declining Increment model is active; all other models are archived for reference.**
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Mangrove ER Model Dashboard
|
| 3 |
+
emoji: 🌱
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "5.29.0"
|
| 8 |
+
app_file: dashboard/app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Mangrove Emissions Reduction Model & Dashboard
|
| 13 |
|
| 14 |
This project implements a flexible, modular dashboard for mangrove carbon sequestration and emissions reduction, supporting multiple growth models. **Currently, only the Declining Increment model is active; all other models are archived for reference.**
|