Commit
·
d3040d3
1
Parent(s):
1a4f868
fix: fix markdown bug in IPCC_UI_TEXT
Browse files
climateqa/engine/talk_to_data/ipcc/config.py
CHANGED
@@ -73,7 +73,7 @@ For example, you can ask:
|
|
73 |
- Total precipitation
|
74 |
|
75 |
⚠️ **Limitations**:
|
76 |
-
- You can't ask anything that isn't related to
|
77 |
- You can not ask about **several locations at the same time**.
|
78 |
- If you specify a year **before 1850 or over 2100**, there will be **no data**.
|
79 |
- You **cannot compare two models**.
|
|
|
73 |
- Total precipitation
|
74 |
|
75 |
⚠️ **Limitations**:
|
76 |
+
- You can't ask anything that isn't related to **IPCC - ATLAS** data.
|
77 |
- You can not ask about **several locations at the same time**.
|
78 |
- If you specify a year **before 1850 or over 2100**, there will be **no data**.
|
79 |
- You **cannot compare two models**.
|