RICHARDMENSAH
commited on
Commit
•
3fa55d1
1
Parent(s):
1885fa6
Update app.py
Browse files
app.py
CHANGED
@@ -425,10 +425,8 @@ if st.button("Calculate Emissions"):
|
|
425 |
# st.info(f" Diet: (diet_emissions) tonnes C02 per year")
|
426 |
# st.info(f" Waste: (waste_emissions) tonnes C02 per year")
|
427 |
|
428 |
-
#
|
429 |
# st.subheader("Total Carbon Footprint")
|
430 |
# st.info(f" Your total carbon footprint is: (total_emissions) tonnes C02 per year")
|
431 |
# st.warning("In 2021, C02 emissions per capital for Ghana was 1.9 tones. Between 2000 and 2021, total emission per capital of Ghana grew substantially from 0.08 to 1.9 rising at an increasing annual rate that reached a maximum of 9.41% in 2021")
|
432 |
|
433 |
-
|
434 |
-
|
|
|
425 |
# st.info(f" Diet: (diet_emissions) tonnes C02 per year")
|
426 |
# st.info(f" Waste: (waste_emissions) tonnes C02 per year")
|
427 |
|
428 |
+
#with col4:
|
429 |
# st.subheader("Total Carbon Footprint")
|
430 |
# st.info(f" Your total carbon footprint is: (total_emissions) tonnes C02 per year")
|
431 |
# st.warning("In 2021, C02 emissions per capital for Ghana was 1.9 tones. Between 2000 and 2021, total emission per capital of Ghana grew substantially from 0.08 to 1.9 rising at an increasing annual rate that reached a maximum of 9.41% in 2021")
|
432 |
|
|
|
|