Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -549,7 +549,7 @@ if page == "Main Chatbot":
|
|
549 |
"content": f"""
|
550 |
Hello, I am a chatbot which specializes in ESG policies of countries.
|
551 |
Currently I have data for {(', ').join(countries)}.
|
552 |
-
You can update the data or add data for more countries in the left menu.
|
553 |
You can ask me to compare specific policies between multiple countries too. An example of a question you can ask me is:
|
554 |
"What are the differences between carbon emissions policy in Singapore, Malaysia and China?" How may I help you today?
|
555 |
"""}
|
|
|
549 |
"content": f"""
|
550 |
Hello, I am a chatbot which specializes in ESG policies of countries.
|
551 |
Currently I have data for {(', ').join(countries)}.
|
552 |
+
You can update the data or add data for more countries in the left menu under ""Scrape or Upload Own Docs".
|
553 |
You can ask me to compare specific policies between multiple countries too. An example of a question you can ask me is:
|
554 |
"What are the differences between carbon emissions policy in Singapore, Malaysia and China?" How may I help you today?
|
555 |
"""}
|