This commit is contained in:
Kenneth Jannette
2024-03-12 20:37:34 -05:00
parent cd33c6bf92
commit d5536c9067
4 changed files with 12 additions and 14 deletions

View File

@@ -19,10 +19,9 @@ export const Steps = () => (
<span className="bold-span">UPLOAD YOUR DOCUMENT: </span>You will now <span className="bold-span">UPLOAD YOUR DOCUMENT: </span>You will now
see the Document Upload Modal. Enter the discovery request's title, see the Document Upload Modal. Enter the discovery request's title,
i.e. Defendants Interrogatories, and (optionally) the date served. i.e. Defendants Interrogatories, and (optionally) the date served.
Drag and drop, or click and select the .pdf from your files. {" "} Drag and drop, or click to select. {" "} Then Click{" "}
<div className="mini-break"> <span className="bold-span"> Upload.</span>
Click <span className="bold-span"> Upload.</span> <div className="mini-break"></div>
</div>
<div className="mini-break"> <div className="mini-break">
Parsing the document for language processing usually takes fewer Parsing the document for language processing usually takes fewer
than 2 minutes, but be patient - it may take up to 5. 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 - the interactive Document Editor. Note the Response Novos toggle button -
this controls the amount of logical branching used in forumilting hte this controls the amount of logical branching used in forumilting hte
response language. You can edit the responses and save progress any time response language. You can edit the responses and save progress any time
by clicking the Save Changes button. by clicking the Save Changes button. Novos: A proprietary feature
</div> distinct from the so-called LLM 'temperature' parameter. Controls the
<div className="steps-text-wrapper"> amount of AI inference within a CRAC-type model used for argument logic.
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.
</div> </div>
<div className="steps-text-wrapper"> <div className="steps-text-wrapper">
<span className="bold-span">DOWNLOAD YOUR RESPONSE DOCUMENT: </span> <span className="bold-span">DOWNLOAD YOUR RESPONSE DOCUMENT: </span>

View File

@@ -38,8 +38,9 @@
.user-name-container2 { .user-name-container2 {
margin-top: -4px; margin-top: -4px;
margin-left: 8px; margin-left: 10px;
font-weight: 500; font-weight: 500;
font-size: 1.1rem;
color: var(--font-light); color: var(--font-light);
} }

View File

@@ -128,6 +128,7 @@
margin-left: 7px !important; margin-left: 7px !important;
color: var(--font-light); color: var(--font-light);
font-weight: 500; font-weight: 500;
font-size: 1.1rem;
} }
.content-container { .content-container {

View File

@@ -33,7 +33,8 @@
} }
.steps-text-wrapper { .steps-text-wrapper {
margin-bottom: 14px; line-height: 1.5;
margin-bottom: 8px;
padding: 6px; padding: 6px;
text-align: justify; text-align: justify;
} }
@@ -68,7 +69,7 @@
} }
.mini-break { .mini-break {
margin: 8px 0px; margin: 6px 0px;
} }
.image-moun { .image-moun {