Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,9 +55,9 @@ llmgpt3 = AzureOpenAI( deployment_name="testdavanci", model_name="text-davi
|
|
55 |
samplequestions = ["How can we reduce our carbon footprint to align with Carbon Disclosure Project requirements?",
|
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
|
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 |
|
|
|
55 |
samplequestions = ["How can we reduce our carbon footprint to align with Carbon Disclosure Project requirements?",
|
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)? Topic: GRI (Global Reporting Initiative)",
|
59 |
"What key performance indicators (KPIs) should we focus on for GLOBAL REPORTING INITIATIVE (GRI) compliance? ",
|
60 |
+
"What information must we disclose under CSRD, in topic of 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 |
|