Update app.py
Browse files
app.py
CHANGED
|
@@ -61,9 +61,10 @@ if page == "Home":
|
|
| 61 |
unsafe_allow_html=True,
|
| 62 |
)
|
| 63 |
st.title("Hi! Welcome to the NBS Project Submission Platform")
|
| 64 |
-
st.write("Large enterprises generate **billions of metric tons of CO2 annually**, and in order to obtain valid carbon credits that they could sell and use to offset their carbon emissions, they must invest in Nature Based Solutions (NBS) that conserve, restore or manage ecosystems.
|
| 65 |
Before receiving investments, these projects must first be verified by Verra- the leading project registry in the voluntary carbon market- to ensure the carbon credits are legitimate. However, the verification process currently takes up to a **minimum of 545 days**, during which these projects cannot generate monetized carbon credits. This delay contributes to a significant shortage of NBS projects, as the **verification process is not keeping pace with the carbon emissions of large corporations**.
|
| 66 |
-
The delays are primarily due to a prolonged back-and-forth exchange of feedback between Verra and project developers.")
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
left, right = st.columns(2)
|
|
|
|
| 61 |
unsafe_allow_html=True,
|
| 62 |
)
|
| 63 |
st.title("Hi! Welcome to the NBS Project Submission Platform")
|
| 64 |
+
st.write("""Large enterprises generate **billions of metric tons of CO2 annually**, and in order to obtain valid carbon credits that they could sell and use to offset their carbon emissions, they must invest in Nature Based Solutions (NBS) that conserve, restore or manage ecosystems.
|
| 65 |
Before receiving investments, these projects must first be verified by Verra- the leading project registry in the voluntary carbon market- to ensure the carbon credits are legitimate. However, the verification process currently takes up to a **minimum of 545 days**, during which these projects cannot generate monetized carbon credits. This delay contributes to a significant shortage of NBS projects, as the **verification process is not keeping pace with the carbon emissions of large corporations**.
|
| 66 |
+
The delays are primarily due to a prolonged back-and-forth exchange of feedback between Verra and project developers.""")
|
| 67 |
+
|
| 68 |
|
| 69 |
|
| 70 |
left, right = st.columns(2)
|