rosacastillo
commited on
Commit
·
bbd77c1
1
Parent(s):
30c8ea3
updating about tab
Browse files- tabs/about.py +3 -1
tabs/about.py
CHANGED
@@ -5,7 +5,9 @@ The project is co-created by [Valory](https://www.valory.xyz/). Valory aspires t
|
|
5 |
"""
|
6 |
|
7 |
about_this_dashboard = """\
|
8 |
-
This dashboard is pulling data from the omen subgraph during some specific time window.
|
|
|
|
|
9 |
This is in particular relevant for:
|
10 |
* the first week: since we might have started collecting information not from the beginning of the week.
|
11 |
* the last week: some markets have not been closed yet and the information is not published yet.
|
|
|
5 |
"""
|
6 |
|
7 |
about_this_dashboard = """\
|
8 |
+
This dashboard is pulling data from the omen subgraph during some specific time window. The selected time window is two months ago from current time.
|
9 |
+
|
10 |
+
As the data is distributed by weeks, it is possible that some weeks contain incomplete data not showing the total volume of information.
|
11 |
This is in particular relevant for:
|
12 |
* the first week: since we might have started collecting information not from the beginning of the week.
|
13 |
* the last week: some markets have not been closed yet and the information is not published yet.
|