Update alert text
Browse files- layout_components.py +1 -1
layout_components.py
CHANGED
|
@@ -134,7 +134,7 @@ def build_alert_and_title() -> html.Div:
|
|
| 134 |
"textDecoration": "underline",
|
| 135 |
},
|
| 136 |
),
|
| 137 |
-
" download data
|
| 138 |
],
|
| 139 |
color="blue",
|
| 140 |
radius="md",
|
|
|
|
| 134 |
"textDecoration": "underline",
|
| 135 |
},
|
| 136 |
),
|
| 137 |
+
" download data. Our paper uses deduplicated usage data, which is available upon request.",
|
| 138 |
],
|
| 139 |
color="blue",
|
| 140 |
radius="md",
|