From 81e2f4469fea59df6fcf6ab699ec82d70f975889 Mon Sep 17 00:00:00 2001 From: TimAdams84 Date: Mon, 11 Dec 2023 10:32:44 +0100 Subject: [PATCH] Add info box --- index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/index.html b/index.html index 5407108..1069564 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,13 @@ .content { min-height: calc(100vh - 40px); } + + .info-box { + background-color: #f8f9fa; + padding: 20px; + margin: 50px auto; /* Center the box and add margin */ + max-width: 600px; + } @@ -53,6 +60,21 @@

Parkinson's & Alzheimer's Disease Variable Embeddings

+
+

+ The shown plot is a two-dimensional t-SNE projection of GPT embeddings for variable descriptions for Alzheimer's disease (AD) and Parkinson's disease (PD). +

+

+ You can interact with the plot in the following ways: +

+ +
+