Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,10 @@ samplequestions = ["How can we reduce our carbon footprint to align with Carbon
|
|
56 |
"Is there a certification process for Ecovadis?",
|
57 |
" What are the key components to track for Carbon Disclosure Project (CDP) reporting?",
|
58 |
"How often must we report under GLOBAL REPORTING INITIATIVE (GRI)?",
|
59 |
-
"
|
60 |
-
"
|
|
|
|
|
61 |
|
62 |
|
63 |
with st.form("my_form"):
|
|
|
56 |
"Is there a certification process for Ecovadis?",
|
57 |
" What are the key components to track for Carbon Disclosure Project (CDP) reporting?",
|
58 |
"How often must we report under GLOBAL REPORTING INITIATIVE (GRI)?",
|
59 |
+
"What key performance indicators (KPIs) should we focus on for GLOBAL REPORTING INITIATIVE (GRI) compliance? ",
|
60 |
+
"What information must we disclose under Corporate Sustainability Reporting Directive (CSRD)",
|
61 |
+
"In the topic of Corporate Sustainability Reporting Directive (CSRD), How can we ensure that our reporting under CSRD is consistent and comparable?",
|
62 |
+
]
|
63 |
|
64 |
|
65 |
with st.form("my_form"):
|