Spaces:
Runtime error
Runtime error
sashavor
commited on
Commit
·
7ff9457
1
Parent(s):
abf4bb2
typo
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ st.title("AI Carbon Calculator")
|
|
44 |
st.markdown('## Estimate your model\'s CO2 carbon footprint!')
|
45 |
|
46 |
st.markdown('Building on the work of the [ML CO2 Calculator](https://mlco2.github.io/impact/), this tool allows you to consider'
|
47 |
-
'other aspects of your model\'s carbon footprint based on the LCA methodology.')
|
48 |
|
49 |
st.markdown('We will consider 3 aspects of your model: the dynamic emissions, idle emissions embodied emissions.')
|
50 |
|
|
|
44 |
st.markdown('## Estimate your model\'s CO2 carbon footprint!')
|
45 |
|
46 |
st.markdown('Building on the work of the [ML CO2 Calculator](https://mlco2.github.io/impact/), this tool allows you to consider'
|
47 |
+
' other aspects of your model\'s carbon footprint based on the LCA methodology.')
|
48 |
|
49 |
st.markdown('We will consider 3 aspects of your model: the dynamic emissions, idle emissions embodied emissions.')
|
50 |
|