From d5536c90672fa3a865eb47073404af256e8d16b2 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Tue, 12 Mar 2024 20:37:34 -0500 Subject: [PATCH] more --- src/Constants/Copy/howToSteps.js | 17 ++++++----------- src/styles/dashboard.scss | 3 ++- src/styles/doclist-page.scss | 1 + src/styles/howTo-page.scss | 5 +++-- 4 files changed, 12 insertions(+), 14 deletions(-) diff --git a/src/Constants/Copy/howToSteps.js b/src/Constants/Copy/howToSteps.js index e4ed458..74ee3af 100644 --- a/src/Constants/Copy/howToSteps.js +++ b/src/Constants/Copy/howToSteps.js @@ -19,10 +19,9 @@ export const Steps = () => ( UPLOAD YOUR DOCUMENT: You will now see the Document Upload Modal. Enter the discovery request's title, i.e. “Defendant’s Interrogatories,” and (optionally) the date served. - Drag and drop, or click and select the .pdf from your files. {" "} -
- Click “Upload”. -
+ Drag and drop, or click to select. {" "} Then Click{" "} + “Upload”. +
Parsing the document for language processing usually takes fewer than 2 minutes, but be patient - it may take up to 5. @@ -49,13 +48,9 @@ export const Steps = () => ( the interactive Document Editor. Note the Response Novos toggle button - this controls the amount of logical branching used in forumilting hte response language. You can edit the responses and save progress any time - by clicking the “Save Changes” button. -
-
- Novos : A prompt-templating variable. Controls the amount of inferential - reasoning applied within CRAC-type model for rhetoric generation. - Distinct from and should not be conflated with the so-called LLM - 'temperature' parameter. + by clicking the “Save Changes” button. Novos: A proprietary feature + distinct from the so-called LLM 'temperature' parameter. Controls the + amount of AI inference within a CRAC-type model used for argument logic.
DOWNLOAD YOUR RESPONSE DOCUMENT: diff --git a/src/styles/dashboard.scss b/src/styles/dashboard.scss index a58440b..0df1f5b 100644 --- a/src/styles/dashboard.scss +++ b/src/styles/dashboard.scss @@ -38,8 +38,9 @@ .user-name-container2 { margin-top: -4px; - margin-left: 8px; + margin-left: 10px; font-weight: 500; + font-size: 1.1rem; color: var(--font-light); } diff --git a/src/styles/doclist-page.scss b/src/styles/doclist-page.scss index f31e5e7..dd2e3d6 100644 --- a/src/styles/doclist-page.scss +++ b/src/styles/doclist-page.scss @@ -128,6 +128,7 @@ margin-left: 7px !important; color: var(--font-light); font-weight: 500; + font-size: 1.1rem; } .content-container { diff --git a/src/styles/howTo-page.scss b/src/styles/howTo-page.scss index 1afd226..718d933 100644 --- a/src/styles/howTo-page.scss +++ b/src/styles/howTo-page.scss @@ -33,7 +33,8 @@ } .steps-text-wrapper { - margin-bottom: 14px; + line-height: 1.5; + margin-bottom: 8px; padding: 6px; text-align: justify; } @@ -68,7 +69,7 @@ } .mini-break { - margin: 8px 0px; + margin: 6px 0px; } .image-moun {