Spaces:
Running
Running
Ilyas KHIAT
commited on
Commit
•
22e331c
1
Parent(s):
64d6dba
emission export fin fin
Browse files- empreinte_carbone.py +0 -1
- empreinte_export.py +1 -1
- partie_prenante_carte.py +1 -1
empreinte_carbone.py
CHANGED
@@ -80,7 +80,6 @@ def display_carbon_footprint():
|
|
80 |
styled_df = styled_df.round(2)
|
81 |
styled_df = styled_df.style.applymap(color_scale, subset=['Consommation Cumulée (g eqCo2)'])
|
82 |
styled_df = styled_df.set_properties(subset=['Consommation Cumulée (g eqCo2)'], **{'text-align': 'center'})
|
83 |
-
|
84 |
|
85 |
st.markdown("---")
|
86 |
st.markdown("### DETAIL PAR TACHE")
|
|
|
80 |
styled_df = styled_df.round(2)
|
81 |
styled_df = styled_df.style.applymap(color_scale, subset=['Consommation Cumulée (g eqCo2)'])
|
82 |
styled_df = styled_df.set_properties(subset=['Consommation Cumulée (g eqCo2)'], **{'text-align': 'center'})
|
|
|
83 |
|
84 |
st.markdown("---")
|
85 |
st.markdown("### DETAIL PAR TACHE")
|
empreinte_export.py
CHANGED
@@ -110,7 +110,7 @@ def get_carbon_footprint_html():
|
|
110 |
|
111 |
|
112 |
html_content += """
|
113 |
-
<h2>
|
114 |
"""
|
115 |
html_content += styled_df.to_html()
|
116 |
|
|
|
110 |
|
111 |
|
112 |
html_content += """
|
113 |
+
<h2>DÉTAIL PAR TÂCHE</h2>
|
114 |
"""
|
115 |
html_content += styled_df.to_html()
|
116 |
|
partie_prenante_carte.py
CHANGED
@@ -337,7 +337,7 @@ def display_pp():
|
|
337 |
st.session_state["not_pp"] = ""
|
338 |
|
339 |
|
340 |
-
st.header("
|
341 |
#set brand name and description
|
342 |
brand_name = st.text_input("Nom de la marque", st.session_state["Nom de la marque"])
|
343 |
st.session_state["Nom de la marque"] = brand_name
|
|
|
337 |
st.session_state["not_pp"] = ""
|
338 |
|
339 |
|
340 |
+
st.header("Identifier et animer vos parties prenantes")
|
341 |
#set brand name and description
|
342 |
brand_name = st.text_input("Nom de la marque", st.session_state["Nom de la marque"])
|
343 |
st.session_state["Nom de la marque"] = brand_name
|